-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 850 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 850 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
37
{
"name": "glslify-import",
"version": "3.1.0",
"description": "A transform stream for glslify that adds an `import` directive to your shaders.",
"main": "index.js",
"dependencies": {
"glsl-resolve": "0.0.1",
"glsl-token-string": "^1.0.1",
"glsl-tokenizer": "^2.0.2"
},
"devDependencies": {
"glslify": "^6.1.0",
"tap-spec": "^3.0.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "node test | tap-spec"
},
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/glslify-import.git"
},
"keywords": [
"glslify",
"transform",
"stream",
"import",
"include",
"inline",
"shaders"
],
"bugs": {
"url": "https://github.com/hughsk/glslify-import/issues"
}
}