36 lines
1,006 B
JSON
36 lines
1,006 B
JSON
{
|
|
"name": "gridspace-apps",
|
|
"version": "1.0.61",
|
|
"description": "grid.space 3d slice & modeling tools",
|
|
"author": "Stewart Allen <sa@grid.space>",
|
|
"license": "SEE LICENCE in license.md",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gridspace/apps.git"
|
|
},
|
|
"keywords": [
|
|
"grid.space", "3d",
|
|
"kiri:moto", "kirimoto", "kiri", "slicer", "CAM", "laser", "gcode",
|
|
"meta:moto", "metamoto"
|
|
],
|
|
"scripts": {
|
|
"start": "node js/web-server debug",
|
|
"start-web": "node js/web-server nolocal"
|
|
},
|
|
"dependencies": {
|
|
"connect": "*",
|
|
"compression": "*",
|
|
"serve-static": "*",
|
|
"n3d-threejs": "72.0.x",
|
|
"tween.js": "0.14.x",
|
|
"uglify-js": "*",
|
|
"leveldown": "*",
|
|
"levelup": "*",
|
|
"validator": "*",
|
|
"pixi.js": "*",
|
|
"moment": "*",
|
|
"request": "*",
|
|
"express-useragent": "*"
|
|
}
|
|
}
|