OpenDroneMap-NodeODM/package.json

40 wiersze
965 B
JSON
Czysty Zwykły widok Historia

{
"name": "node-opendronemap",
2016-09-17 21:53:10 +00:00
"version": "1.0.0",
"description": "REST API to access OpenDroneMap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pierotofy/node-OpenDroneMap.git"
},
"keywords": [
"opendronemap"
],
"author": "Piero Toffanin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pierotofy/node-OpenDroneMap/issues"
},
"homepage": "https://github.com/pierotofy/node-OpenDroneMap#readme",
"dependencies": {
"archiver": "^1.0.0",
"async": "^2.0.0-rc.6",
"body-parser": "^1.15.2",
2016-07-05 18:06:22 +00:00
"express": "^4.14.0",
"minimist": "^1.2.0",
"morgan": "^1.7.0",
2016-07-05 18:06:22 +00:00
"multer": "^1.1.0",
2016-07-17 23:01:38 +00:00
"node-schedule": "^1.1.1",
2016-07-14 21:42:12 +00:00
"node-uuid": "^1.4.7",
"rimraf": "^2.5.3",
"swagger-jsdoc": "^1.3.1",
"winston": "^2.2.0"
2016-07-05 18:06:22 +00:00
},
"devDependencies": {
"nodemon": "^1.9.2"
}
}