46 lines
1.1 KiB
JSON
46 lines
1.1 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.7.0",
|
|
"earcut": "^2.2.2",
|
|
"express-useragent": "^1.0.13",
|
|
"level": "^6.0.1",
|
|
"leveldown": "^5.5.1",
|
|
"levelup": "^4.3.2",
|
|
"moment": "^2.24.0",
|
|
"pixi.js": "^4.8.9",
|
|
"serve-static": "^1.14.1",
|
|
"three": "^0.114.0",
|
|
"tween.js": "^0.14.0",
|
|
"uglify-es": "^3.3.10",
|
|
"validator": "^8.2.0",
|
|
"ws": "^7.2.3"
|
|
}
|
|
}
|