2017-04-18 17:09:33 -04:00
|
|
|
{
|
2017-04-19 09:09:30 -04:00
|
|
|
"name": "gridspace-apps",
|
2017-04-22 17:04:06 -04:00
|
|
|
"version": "1.0.61",
|
2017-04-19 09:08:22 -04:00
|
|
|
"description": "grid.space 3d slice & modeling tools",
|
|
|
|
|
"author": "Stewart Allen <sa@grid.space>",
|
2017-09-06 11:19:44 -04:00
|
|
|
"license": "MIT",
|
2017-04-19 09:08:22 -04:00
|
|
|
"private": false,
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/gridspace/apps.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
2017-08-12 07:50:41 -04:00
|
|
|
"grid.space",
|
|
|
|
|
"3d",
|
|
|
|
|
"kiri:moto",
|
|
|
|
|
"kirimoto",
|
|
|
|
|
"kiri",
|
|
|
|
|
"slicer",
|
|
|
|
|
"CAM",
|
|
|
|
|
"laser",
|
|
|
|
|
"gcode",
|
|
|
|
|
"meta:moto",
|
|
|
|
|
"metamoto"
|
2017-04-19 09:08:22 -04:00
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node js/web-server debug",
|
2017-08-12 07:50:41 -04:00
|
|
|
"start-web": "node js/web-server nolocal",
|
|
|
|
|
"update": "git pull && git submodule update --recursive --remote && npm update"
|
2017-04-19 09:08:22 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-08-12 07:50:41 -04:00
|
|
|
"compression": "^1.7.0",
|
|
|
|
|
"connect": "^3.6.3",
|
|
|
|
|
"express-useragent": "*",
|
2017-05-03 11:35:36 -04:00
|
|
|
"leveldown": "*",
|
2017-08-12 07:50:41 -04:00
|
|
|
"levelup": "^1.3.9",
|
2017-05-03 11:35:36 -04:00
|
|
|
"moment": "*",
|
2017-08-12 07:50:41 -04:00
|
|
|
"n3d-threejs": "72.0.x",
|
|
|
|
|
"pixi.js": "^4.5.4",
|
2017-05-03 11:35:36 -04:00
|
|
|
"request": "*",
|
2017-08-12 07:50:41 -04:00
|
|
|
"serve-static": "^1.12.4",
|
|
|
|
|
"tween.js": "0.14.x",
|
|
|
|
|
"uglify-js": "^2.8.29",
|
|
|
|
|
"validator": "^8.0.0"
|
2017-04-19 09:08:22 -04:00
|
|
|
}
|
2017-04-18 17:09:33 -04:00
|
|
|
}
|