Initial commit

Esse commit está contido em:
Andrew Nesbitt
2013-09-24 09:17:33 +01:00
commit 71de6c9b3d
5 arquivos alterados com 156 adições e 0 exclusões
+27
Ver Arquivo
@@ -0,0 +1,27 @@
{
"name": "ar-drone-gps",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"ar-drone": "git://github.com/andrew/node-ar-drone.git#gps",
"node-vincenty": "0.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrew/ar-drone-gps"
},
"keywords": [
"nodecopter",
"gps"
],
"author": "Andrew Nesbitt",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrew/ar-drone-gps/issues"
}
}