-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 838 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
{
"name": "three-rounded-box",
"version": "0.1.0",
"description": "Box geometry for three.js with filleted edges",
"main": "index.js",
"scripts": {
"start": "wzrd test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pailhead/three-rounded-box.git"
},
"keywords": [
"threejs",
"geometry",
"3d",
"javascript",
"box",
"rounded",
"smooth"
],
"author": "Dusan Bosnjak",
"license": "MIT",
"bugs": {
"url": "https://github.com/pailhead/three-rounded-box/issues"
},
"homepage": "https://github.com/pailhead/three-rounded-box#readme",
"dependencies": {},
"devDependencies": {
"browserify": "^8.1.1",
"canvas-testbed": "^1.0.3",
"scriptjs": "^2.5.7",
"three": "^0.82.1",
"three-fps-counter": "^0.2.0",
"wzrd": "^1.2.1"
}
}