{ "name": "node-opendronemap", "version": "0.1.0", "description": "Node.js 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": { "express": "^4.14.0", "multer": "^1.1.0", "node-uuid": "^1.4.7" }, "devDependencies": { "nodemon": "^1.9.2" } }