Update dependencies: ar-drone updated + btserial
Showing
... | ... | @@ -4,10 +4,12 @@ |
"version": "0.1.0", | ||
"scripts": { | ||
"start": "node server.js", | ||
"test": "node test.js", | ||
"lint": "eslint --fix" | ||
}, | ||
"dependencies": { | ||
"ar-drone": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a", | ||
"ar-drone": "^0.3.3", | ||
"bluetooth-serial-port": "^2.2.4", | ||
"express": "~3.0.0", | ||
"faye": "0.8.x" | ||
}, | ||
... | ... |
Please register or sign in to comment