-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 991 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
43
44
{
"name": "gl-buffer",
"version": "2.1.2",
"description": "WebGL buffer wrapper",
"main": "buffer.js",
"directories": {
"example": "example"
},
"dependencies": {
"ndarray": "^1.0.15",
"typedarray-pool": "^1.0.0",
"ndarray-ops": "^1.1.0"
},
"devDependencies": {
"gl-now": "^1.3.1",
"glslify": "^1.4.0",
"smokestack": "^2.0.0",
"tap-spec": "^1.0.1",
"tape": "^3.0.1"
},
"scripts": {
"test": "browserify ./test/index.js | smokestack | tap-spec",
"start": "beefy --open example/example.js -- --transform glslify"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-buffer.git"
},
"keywords": [
"webgl",
"buffer",
"vertex",
"array",
"element",
"array"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "fa00ce204834850a2a9118824aca293399bc3e4d",
"bugs": {
"url": "https://github.com/stackgl/gl-buffer/issues"
}
}