three-js-csg
Version:
An NPM module for ThreeJS's CSG (Constructive Solid Geometry) port
40 lines (39 loc) • 943 B
JSON
{
"name": "three-js-csg",
"version": "72.0.0",
"description": "An NPM module for ThreeJS's CSG (Constructive Solid Geometry) port",
"main": "index.js",
"scripts": {
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/james-oldfield/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/james-oldfield/three-js-csg/issues"
},
"homepage": "https://github.com/james-oldfield/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"
}
}