drovideo-backend
Version:
Backend APIs for the Drovideo Platform
31 lines (30 loc) • 629 B
JSON
{
"name": "drovideo-backend",
"version": "0.0.1",
"description": "Backend APIs for the Drovideo Platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/TangibleThings/drovideo-backend"
},
"dependencies": {
"drovideo-frontend": "~0.0.0",
"hapi": "^15.1.1",
"inert": "^4.0.2"
},
"devDependencies": {
"nodemon": "^1.8.1"
},
"keywords": [
"drone",
"photography",
"api",
"social",
"Xervo"
],
"author": "Brandon Satrom (bsatrom@gmail.com)",
"license": "MIT"
}