Skip to content

Commit

Permalink
Upgrade package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jun 11, 2014
1 parent aa7c4c2 commit 41bbc43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pi-beard",
"version": "0.0.1",
"version": "0.0.3",
"description": "Pi client of something",
"main": "index.js",
"scripts": {
Expand All @@ -16,24 +16,24 @@
"raspberry",
"pi"
],
"author": "eirik@morland.no",
"author": "Eirik S. Morland <eirik@morland.no>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/eiriksm/pi-beard/issues"
},
"homepage": "https://github.com/eiriksm/pi-beard",
"devDependencies": {
"coveralls": "^2.10.0",
"istanbul": "~0.2.10",
"istanbul": "~0.2.11",
"jshint": "~2.5.1",
"mocha": "~1.19.0",
"should": "~3.3.1"
"mocha": "~1.20.1",
"should": "~4.0.4"
},
"dependencies": {
"engine.io-client": "^1.2.1",
"engine.io-client": "^1.2.2",
"js-yaml": "~3.0.2",
"primus": "^2.2.2",
"primus": "^2.3.0",
"primus-emitter": "^3.0.2",
"engine.io": "^1.2.1"
"engine.io": "^1.2.2"
}
}

0 comments on commit 41bbc43

Please sign in to comment.