OpenDroneMap-NodeODM/package.json

52 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

{
2019-06-04 14:18:58 +00:00
"name": "NodeODM",
"version": "2.2.2",
2018-11-24 18:34:53 +00:00
"description": "REST API to access ODM",
"main": "index.js",
"scripts": {
2021-05-24 18:57:51 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"winbundle": "node scripts/winbundle.js"
},
"repository": {
"type": "git",
2018-11-24 18:34:53 +00:00
"url": "git+https://github.com/OpenDroneMap/NodeODM.git"
},
"keywords": [
"opendronemap"
],
"author": "Piero Toffanin",
2020-12-07 14:25:29 +00:00
"license": "AGPL-3.0",
"bugs": {
2018-11-24 18:34:53 +00:00
"url": "https://github.com/OpenDroneMap/NodeODM/issues"
},
2018-11-24 18:34:53 +00:00
"homepage": "https://github.com/OpenDroneMap/NodeODM#readme",
"dependencies": {
2018-12-03 21:49:27 +00:00
"archiver": "^3.0.0",
2018-11-23 18:19:52 +00:00
"async": "^2.6.1",
2018-12-03 21:49:27 +00:00
"aws-sdk": "^2.368.0",
2018-09-12 18:51:16 +00:00
"body-parser": "^1.18.3",
2021-02-24 20:41:59 +00:00
"cors": "^2.8.5",
2018-12-03 21:49:27 +00:00
"express": "^4.16.4",
"glob": "^7.1.3",
"mime": "^2.4.0",
"minimist": "^1.2.0",
2018-12-03 21:49:27 +00:00
"multer": "^1.4.1",
2018-09-12 18:51:16 +00:00
"mv": "^2.1.1",
2018-12-03 21:49:27 +00:00
"node-schedule": "^1.3.1",
"node-unzip-2": "^0.2.7",
2018-09-12 18:51:16 +00:00
"request": "^2.88.0",
2018-12-03 21:49:27 +00:00
"rimraf": "^2.6.2",
"swagger-jsdoc": "^3.2.6",
"systeminformation": "3.42.0",
2018-12-03 21:49:27 +00:00
"tree-kill": "^1.2.1",
"uuid": "^3.3.2",
"winston": "^3.3.3"
2016-07-05 18:06:22 +00:00
},
"devDependencies": {
2018-09-12 18:51:16 +00:00
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.0.0",
2018-09-12 18:51:16 +00:00
"nodemon": "^1.18.4",
"time-grunt": "^1.4.0"
}
}