46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "grid-apps",
|
|
"version": "1.1.3",
|
|
"description": "grid.space 3d slice & modeling tools",
|
|
"author": "Stewart Allen <sa@grid.space>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gridspace/apps.git"
|
|
},
|
|
"keywords": [
|
|
"grid.space",
|
|
"kiri:moto",
|
|
"kirimoto",
|
|
"kiri",
|
|
"3d",
|
|
"CAM",
|
|
"laser",
|
|
"gcode",
|
|
"slicer"
|
|
],
|
|
"scripts": {
|
|
"start": "node js/web-server debug",
|
|
"start-secure": "node js/web-server nolocal",
|
|
"update": "git pull && npm i"
|
|
},
|
|
"dependencies": {
|
|
"buffer-crc32": "^0.2.13",
|
|
"compression": "^1.7.4",
|
|
"connect": "^3.6.6",
|
|
"express-useragent": "^1.0.12",
|
|
"level": "^6.0.0",
|
|
"leveldown": "^5.0.0",
|
|
"levelup": "^4.0.0",
|
|
"moment": "^2.24.0",
|
|
"n3d-threejs": "^72.0.0",
|
|
"pixi.js": "^4.8.7",
|
|
"request": "^2.88.0",
|
|
"serve-static": "^1.13.2",
|
|
"three": "^0.96.0",
|
|
"tween.js": "^0.14.0",
|
|
"uglify-es": "^3.3.10",
|
|
"validator": "^8.2.0"
|
|
}
|
|
}
|