-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "kindred-shader",
"version": "2.0.0",
"description": "Kindred's core shader API",
"license": "MIT",
"scripts": {
"posttest": "standard",
"start": "budo ./demo.js:bundle.js -- -t ./transform",
"bundle": "browserify ./demo.js -o bundle.js -t ./transform",
"preversion": "npm t",
"test": "node test | tspec",
"test:cov": "istanbul cover test && istanbul report"
},
"dependencies": {
"add-line-numbers": "^1.0.1",
"falafel": "^1.2.0",
"gl-magic-uniforms": "^2.0.0",
"gl-shader-extract": "^1.1.2",
"glslify": "^5.1.0",
"is-require": "0.0.1",
"kindred-shader-formatter": "^1.0.0",
"shortid": "^2.2.6",
"static-module": "github:hughsk/static-module#limit-parsing",
"stream-combiner": "^0.2.2",
"through2": "^2.0.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"a-big-triangle": "mikolalysenko/a-big-triangle",
"bl": "^1.1.2",
"browserify": "^13.0.1",
"budo": "^8.3.0",
"canvas-fit": "^1.5.0",
"from2-string": "^1.1.0",
"gl": "^4.0.2",
"glsl-square-frame": "^1.0.1",
"standard": "^7.1.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"keywords": [
"ecosystem:kindred",
"shader",
"webgl",
"core"
],
"repository": {
"type": "git",
"url": "https://github.com/kindredjs/kindred-shader"
}
}