-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.24 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": "gl-texture2d-read-float",
"version": "1.0.1",
"description": "Read out the contents of a floating-point gl-texture2d",
"main": "index.js",
"license": "MIT",
"browserify": {
"transform": [
"glslify"
]
},
"scripts": {
"test": "browserify test.js | tap-closer | smokestack | tap-spec",
"hihat": "hihat test.js -p tap-dev-tool"
},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://hughsk.io/"
},
"dependencies": {
"a-big-triangle": "^1.0.2",
"es6-symbol": "^2.0.1",
"gl-fbo": "^2.0.5",
"gl-shader": "^4.0.4",
"glsl-read-float": "^1.1.0",
"glslify": "^2.1.2"
},
"devDependencies": {
"browserify": "^10.2.4",
"gl-texture2d": "^2.0.9",
"hihat": "0.0.8",
"ndarray": "^1.0.18",
"smokestack": "^3.3.0",
"tap-closer": "^1.0.0",
"tap-dev-tool": "^1.2.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-texture2d-read-float.git"
},
"keywords": [
"ecosystem:stackgl"
],
"homepage": "https://github.com/stackgl/gl-texture2d-read-float",
"bugs": {
"url": "https://github.com/stackgl/gl-texture2d-read-float/issues"
}
}