Skip to content

Commit

Permalink
Merge branch 'master' of github.com:volodymyrlut/passbook.js
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrlut committed May 18, 2016
2 parents b009afc + 9ab6670 commit 26e2333
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "passbook.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "All you need to serve passbooks with your Node.js backend",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/justhappens/passbook.js.git"
"url": "https://github.com/volodymyrlut/passbook.js"
},
"bin": {
"node-passbook": "./node-passbook"
},
"dependencies": {
"underscore": "1.4.4",
"archiver": "0.4.1",
"async": "0.2.6",
"fs": "",
"cli": ""
"underscore": "^1.4.4",
"archiver": "^0.4.1",
"async": "^0.2.6",
"fs": "latest",
"cli": "latest"
},
"devDependencies": {
"mocha": "1.6.0",
"should": "1.2.0"
"mocha": "^1.6.0",
"should": "^1.2.0"
},
"keywords": [
"Node.js",
Expand All @@ -33,7 +33,17 @@
"passbook",
"library"
],
"author": "Volodymyr Lut",
"author": {
"name" : "Volodymyr Lut",
"email" : "[email protected]",
"url" : "http://lut.rocks/"
},
"contributors": [
{
"name" : "justhappens",
"url" : "https://github.com/justhappens"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/volodymyrlut/passbook.js/issues"
Expand Down

0 comments on commit 26e2333

Please sign in to comment.