-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 822 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 822 Bytes
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
{
"name": "glsl-token-depth",
"version": "1.1.2",
"description": "Determine the scope depth of an array of GLSL tokens",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "node test | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {},
"devDependencies": {
"chalk": "^0.5.1",
"glsl-tokenizer": "^2.0.0",
"tap-spec": "^2.1.1",
"tape": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-depth.git"
},
"keywords": [
"ecosystem:stackgl",
"tokens",
"glsl",
"syntax"
],
"homepage": "https://github.com/stackgl/glsl-token-depth",
"bugs": {
"url": "https://github.com/stackgl/glsl-token-depth/issues"
}
}