update package settings
Showing
.eslintrc.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -2,11 +2,17 @@ |
"name": "drone-browser", | ||
"description": "Remote control for your ar-drone via your browser", | ||
"version": "0.1.0", | ||
"scripts": { | ||
"start": "node server.js" | ||
}, | ||
"dependencies": { | ||
"express": "~3.0.0", | ||
"ar-drone": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a", | ||
"express": "~3.0.0", | ||
"faye": "0.8.x" | ||
}, | ||
"repository": "https://github.com/functino/drone-browser.git", | ||
"homepage": "https://github.com/functino/drone-browser" | ||
"homepage": "https://github.com/functino/drone-browser", | ||
"devDependencies": { | ||
"eslint": "^5.16.0" | ||
} | ||
} |
Please register or sign in to comment