{ "name": "node-opendronemap", "version": "1.2.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", "aws-sdk": "^2.360.0", "body-parser": "^1.18.3", "express": "^4.16.3", "glob": "^7.1.1", "mime": "^1.3.4", "minimist": "^1.2.0", "morgan": "^1.9.1", "multer": "^1.1.0", "mv": "^2.1.1", "node-schedule": "^1.1.1", "node-unzip-2": "^0.2.7", "node-uuid": "^1.4.7", "request": "^2.88.0", "rimraf": "^2.5.3", "swagger-jsdoc": "^1.3.1", "systeminformation": "^3.42.0", "tree-kill": "^1.1.0", "winston": "^2.2.0" }, "devDependencies": { "grunt": "^1.0.3", "grunt-contrib-jshint": "^1.0.0", "nodemon": "^1.18.4", "time-grunt": "^1.4.0" } }