Fixed package.json & bower.json

Esse commit está contido em:
Laurent Eschenauer
2013-05-21 21:24:59 +02:00
commit c93f9a1e88
2 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -1,7 +1,7 @@
{
"name": "ardrone-webflight",
"description": "Extensible remote-control environment for the AR Drone.",
"version": "0.1.dev",
"version": "0.1.0",
"dependencies": {
"jquery": "~1.9.1",
"bootstrap.css": "~2.1.1"
+2 -2
Ver Arquivo
@@ -1,6 +1,6 @@
{
"name": "ardrone-webflight",
"version": "0.1.dev",
"version": "0.1.0",
"description": "Extensible remote-control environment for the AR Drone.",
"main": "app.js",
"repository": {
@@ -22,7 +22,7 @@
"ejs": "~0.8.3",
"socket.io": "~0.9.4"
},
"author": Laurent Eschenauer <laurent@eschenauer.be>",
"author": "Laurent Eschenauer <laurent@eschenauer.be>",
"contributors": [
{
"name": "Benjamin Nortier",