-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1009 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-whitespace-trim",
"version": "1.0.0",
"description": "Trim the whitespace within an array of GLSL tokens",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "https://github.com/hughsk"
},
"dependencies": {},
"devDependencies": {
"gl": "^2.1.5",
"gl-shader": "^4.0.6",
"glsl-token-string": "^1.0.1",
"glsl-tokenizer": "^2.0.2",
"standard": "^5.4.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"scripts": {
"test": "standard && node test.js | tspec"
},
"keywords": [
"glsl",
"token",
"tokenizer",
"glslify",
"ecosystem:stackgl",
"whitespace",
"trim"
],
"repository": {
"type": "git",
"url": "git://github.com/hughsk/glsl-token-whitespace-trim.git"
},
"homepage": "https://github.com/hughsk/glsl-token-whitespace-trim",
"bugs": {
"url": "https://github.com/hughsk/glsl-token-whitespace-trim/issues"
}
}