-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 981 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": "gl-texture2d",
"version": "2.1.0",
"description": "WebGL texture wrapper",
"main": "texture.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "beefy --open example/example.js -- --transform glslify"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-texture2d.git"
},
"keywords": [
"webgl",
"texture",
"wrap",
"ndarray"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "0d66ce40f2e25b0715689758e9a659f6544f9f3e",
"bugs": {
"url": "https://github.com/stackgl/gl-texture2d/issues"
},
"devDependencies": {
"a-big-triangle": "^1.0.0",
"baboon-image": "^1.0.0",
"gl-now": "^1.3.1",
"gl-shader": "^4.0.1",
"glslify": "^1.4.0"
},
"dependencies": {
"ndarray": "^1.0.15",
"ndarray-ops": "^1.2.2",
"typedarray-pool": "^1.1.0"
}
}