-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"name": "splash-grid",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "budo demo.js --open",
"pack": "ndpack-image gradient-map.png > gradient-map.js"
},
"browserify": {
"transform": [
"glslify"
]
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"license": "MIT",
"devDependencies": {
"budo": "^6.1.0"
},
"dependencies": {
"a-big-triangle": "0.0.0",
"canvas-fit": "^1.2.0",
"canvas-orbit-camera": "0.0.0",
"clone": "^0.1.17",
"cube-cube": "^1.0.0",
"face-normals": "0.0.0",
"frame-debounce": "0.0.0",
"gl-clear": "2.0.0",
"gl-context": "^0.1.0",
"gl-fbo": "^1.1.3",
"gl-geometry": "0.0.0",
"gl-matrix": "^2.1.0",
"gl-shader": "^4.0.6",
"gl-texture2d": "^1.2.0",
"glslify": "^3.1.0",
"mesh-combine": "^1.0.0",
"ndpack-image": "^1.0.4",
"orbit-camera": "^1.0.0",
"right-now": "^1.0.0",
"unindex-mesh": "^1.0.1"
},
"readme": "ERROR: No README data found!",
"_id": "splash-grid@0.0.0",
"_shasum": "4c4d822a1b5562bac47535f5a5bb9af0eea4be99",
"_from": "node_modules/splash-grid"
}