-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 916 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
{
"name": "geo-arc",
"version": "1.1.2",
"description": "Creates a 2d arc in 3d space",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Mikko Haapoja",
"email": "[email protected]",
"url": "https://github.com/mikkoh"
},
"dependencies": {},
"devDependencies": {
"gl-geometry": "^1.0.3",
"gl-matrix": "^2.1.0",
"gl-now": "^1.4.0",
"gl-shader": "^4.0.1",
"glslify": "^2.0.0",
"mesh-combine": "^1.1.0",
"wzrd": "^1.2.1"
},
"browserify": {
"transform": [
"glslify"
]
},
"scripts": {
"test": "open http://localhost:9966 && wzrd test/index.js"
},
"keywords": [
"arc,geometry,generate,mesh,webgl,3d,model"
],
"repository": {
"type": "git",
"url": "git://github.com/mikkoh/geo-arc.git"
},
"homepage": "https://github.com/mikkoh/geo-arc",
"bugs": {
"url": "https://github.com/mikkoh/geo-arc/issues"
}
}