-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
50
51
52
{
"name": "gl-rock",
"version": "1.0.0",
"description": "Procedual rock generation in WebGL",
"scripts": {
"demo1": "budo --verbose example/index1.js -t glslify --live --open",
"demo2": "budo --verbose example/index2.js -t glslify --live --open",
"start": "npm run demo1",
"test": "standard"
},
"keywords": [],
"author": "Eric Arnebäck <arnebackeric@gmail.com> (https://github.com/Erkaman)",
"license": "MIT",
"devDependencies": {
"array-shuffle": "^1.0.0",
"budo": "^8.3.0",
"es6-set": "^0.1.4",
"geo-3d-transform-mat4": "^1.0.0",
"gl-camera-pos-from-view-matrix": "^1.0.1",
"gl-geometry": "^3.1.0",
"gl-mat4": "^1.1.4",
"gl-movable-camera": "^1.0.1",
"gl-now": "^1.4.0",
"gl-shader": "^4.2.0",
"gl-vec3": "^1.0.3",
"glsl-noise": "0.0.0",
"glslify": "^5.0.2",
"normals": "^1.0.1",
"orbit-camera": "^1.0.0",
"pnp-gui": "0.0.3",
"primitive-plane": "^1.0.1",
"random-array": "0.0.2",
"random-item": "^1.0.0",
"seed-random": "^2.2.0",
"tooloud": "^1.0.0",
"webworkify": "^1.2.1"
},
"dependencies": {},
"directories": {
"example": "example"
},
"browserify": {
"transform": [
"glslify"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Erkaman/gl-rock.git"
},
"homepage": "https://github.com/Erkaman/gl-rock#readme"
}