grid-apps-cmms/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

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",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
2017-09-06 11:19:44 -04:00
"license": "MIT",
"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"
],
"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"
},
"dependencies": {
2017-08-12 07:50:41 -04:00
"compression": "^1.7.0",
"connect": "^3.6.3",
2017-09-10 12:29:57 -04:00
"express-useragent": "^1.0.7",
"leveldown": "^1.7.2",
2017-08-12 07:50:41 -04:00
"levelup": "^1.3.9",
2017-09-10 12:29:57 -04:00
"moment": "^2.18.1",
"n3d-threejs": "^72.0.0",
"pixi.js": "^4.5.5",
"request": "^2.81.0",
2017-08-12 07:50:41 -04:00
"serve-static": "^1.12.4",
2017-09-10 12:29:57 -04:00
"tween.js": "^0.14.0",
2017-08-12 07:50:41 -04:00
"uglify-js": "^2.8.29",
2017-09-10 12:29:57 -04:00
"validator": "^8.2.0"
}
2017-04-18 17:09:33 -04:00
}