31 lines
849 B
JSON
31 lines
849 B
JSON
{
|
|
"name": "gridspace",
|
|
"version": "1.0.0",
|
|
"description": "gridspace 3d slice & modeling tools",
|
|
"author": "Stewart Allen <stewart.allen@gmail.com>",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/stewartoallen/gridspace.git"
|
|
},
|
|
"keywords": ["gridspace", "kiri", "kirimoto", "3d", "slicer", "CAM", "laser", "gcode"],
|
|
"scripts": {
|
|
"start": "node js/web-server debug",
|
|
"start-web": "node js/web-server nolocal"
|
|
},
|
|
"dependencies": {
|
|
"connect": "3.3.x",
|
|
"compression": "1.4.x",
|
|
"serve-static": "1.10.x",
|
|
"n3d-threejs": "72.0.x",
|
|
"tween.js": "0.14.x",
|
|
"uglify-js": "2.7.x",
|
|
"leveldown": "latest",
|
|
"levelup": "latest",
|
|
"validator": "4.2.x",
|
|
"pixi.js": "3.0.x",
|
|
"moment": "2.11.x",
|
|
"request": "2.67.x",
|
|
"express-useragent": "0.2.x"
|
|
}
|
|
}
|