-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "glsl-token-functions",
"version": "1.0.1",
"description": "Extract function definitions from an array of GLSL tokens.",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "node test | tap-spec",
"posttest": "standard"
},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://github.com/hughsk"
},
"dependencies": {},
"devDependencies": {
"glsl-token-string": "^1.0.1",
"glsl-tokenizer": "^2.0.2",
"standard": "^8.4.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-functions.git"
},
"keywords": [
"ecosystem:stackgl",
"glsl",
"tokens",
"analyze",
"function",
"language",
"shader",
"arguments"
],
"homepage": "https://github.com/stackgl/glsl-token-functions",
"bugs": {
"url": "https://github.com/stackgl/glsl-token-functions/issues"
}
}