forked from NGenesis/three-js-csg
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 973 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
{
"name": "three-js-csg-es6",
"version": "73.0.0",
"description": "An NPM module for ThreeJS's CSG (Constructive Solid Geometry) port ( es6 module version )",
"main": "index.js",
"scripts": {
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/PerspectivesLab/three-js-csg.git"
},
"keywords": [
"threejs",
"three-js",
"csg",
"three-csg",
"three-js-csg",
"constructive",
"solid",
"geometry"
],
"author": "James Oldfield",
"license": "MIT",
"bugs": {
"url": "https://github.com/PerspectivesLab/three-js-csg/issues"
},
"homepage": "https://github.com/PerspectivesLab/three-js-csg#readme",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"domready": "^1.0.8",
"node-libs-browser": "^0.5.3",
"three": "^0.73.0",
"three-orbit-controls": "^72.0.0",
"webpack": "^1.12.2"
}
}