-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 940 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
{
"name": "gl-spikes3d",
"version": "1.0.11",
"description": "",
"main": "spikes.js",
"directories": {
"example": "example"
},
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"gl-vao": "^1.3.0",
"glslify": "^7.0.0"
},
"devDependencies": {
"chttps": "^1.0.6",
"game-shell-orbit-camera": "~1.0.0",
"gl-axes3d": "^1.5.3",
"gl-matrix": "^3.3.0",
"gl-now": "~1.4.0",
"gl-state": "^1.0.0",
"mime": "^2.4.4"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserify": {
"transform": [
"glslify"
]
},
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-spikes3d.git"
},
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-spikes3d/issues"
},
"homepage": "https://github.com/gl-vis/gl-spikes3d"
}