OpenDroneMap-NodeODM/package.json

26 wiersze
620 B
JSON
Czysty Zwykły widok Historia

{
"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"
}
}