grid-apps-cmms/package.json

41 lines
1,012 B
JSON
Raw Normal View History

2017-04-18 17:09:33 -04:00
{
2018-02-24 21:31:32 -05:00
"name": "grid-apps",
"version": "2.3.D0",
"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",
"kiri:moto",
"kirimoto",
"kiri",
2018-02-24 21:31:32 -05:00
"3d",
2017-08-12 07:50:41 -04:00
"CAM",
"laser",
"gcode",
2018-02-24 21:31:32 -05:00
"slicer"
],
"dependencies": {
2017-10-11 11:40:51 -04:00
"buffer-crc32": "^0.2.13",
"compression": "^1.7.4",
2020-03-03 08:34:33 -05:00
"connect": "^3.7.0",
"earcut": "^2.2.2",
2020-03-03 08:34:33 -05:00
"express-useragent": "^1.0.13",
"level": "^6.0.1",
2020-03-03 08:34:33 -05:00
"leveldown": "^5.5.1",
"levelup": "^4.3.2",
"moment": "^2.24.0",
2020-03-03 08:34:33 -05:00
"pixi.js": "^4.8.9",
"serve-static": "^1.14.1",
"three": "^0.114.0",
2017-09-10 12:29:57 -04:00
"tween.js": "^0.14.0",
"uglify-es": "^3.3.10",
2020-03-06 11:03:53 -05:00
"validator": "^8.2.0",
"ws": "^7.2.3"
}
2017-04-18 17:09:33 -04:00
}