OpenDroneMap-NodeODM/package.json

51 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

{
"name": "node-opendronemap",
2018-11-24 18:34:53 +00:00
"version": "1.2.1",
"description": "REST API to access ODM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-11-24 18:34:53 +00:00
"url": "git+https://github.com/OpenDroneMap/NodeODM.git"
},
"keywords": [
"opendronemap"
],
"author": "Piero Toffanin",
"license": "GPL-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": {
"archiver": "^1.0.0",
2018-11-23 18:19:52 +00:00
"async": "^2.6.1",
2018-11-22 03:22:37 +00:00
"aws-sdk": "^2.360.0",
2018-09-12 18:51:16 +00:00
"body-parser": "^1.18.3",
"express": "^4.16.3",
"glob": "^7.1.1",
"mime": "^1.3.4",
"minimist": "^1.2.0",
2018-09-12 18:51:16 +00:00
"morgan": "^1.9.1",
2016-07-05 18:06:22 +00:00
"multer": "^1.1.0",
2018-09-12 18:51:16 +00:00
"mv": "^2.1.1",
2016-07-17 23:01:38 +00:00
"node-schedule": "^1.1.1",
"node-unzip-2": "^0.2.7",
2016-07-14 21:42:12 +00:00
"node-uuid": "^1.4.7",
2018-09-12 18:51:16 +00:00
"request": "^2.88.0",
"rimraf": "^2.5.3",
"swagger-jsdoc": "^1.3.1",
"systeminformation": "^3.42.0",
2017-09-15 09:22:10 +00:00
"tree-kill": "^1.1.0",
"winston": "^2.2.0"
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"
}
}