Skip to content

Commit 26e2333

Browse files
committed
Merge branch 'master' of github.com:volodymyrlut/passbook.js
2 parents b009afc + 9ab6670 commit 26e2333

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

package.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"name": "passbook.js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "All you need to serve passbooks with your Node.js backend",
55
"main": "./index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/justhappens/passbook.js.git"
11+
"url": "https://github.com/volodymyrlut/passbook.js"
1212
},
1313
"bin": {
1414
"node-passbook": "./node-passbook"
1515
},
1616
"dependencies": {
17-
"underscore": "1.4.4",
18-
"archiver": "0.4.1",
19-
"async": "0.2.6",
20-
"fs": "",
21-
"cli": ""
17+
"underscore": "^1.4.4",
18+
"archiver": "^0.4.1",
19+
"async": "^0.2.6",
20+
"fs": "latest",
21+
"cli": "latest"
2222
},
2323
"devDependencies": {
24-
"mocha": "1.6.0",
25-
"should": "1.2.0"
24+
"mocha": "^1.6.0",
25+
"should": "^1.2.0"
2626
},
2727
"keywords": [
2828
"Node.js",
@@ -33,7 +33,17 @@
3333
"passbook",
3434
"library"
3535
],
36-
"author": "Volodymyr Lut",
36+
"author": {
37+
"name" : "Volodymyr Lut",
38+
"email" : "[email protected]",
39+
"url" : "http://lut.rocks/"
40+
},
41+
"contributors": [
42+
{
43+
"name" : "justhappens",
44+
"url" : "https://github.com/justhappens"
45+
}
46+
],
3747
"license": "ISC",
3848
"bugs": {
3949
"url": "https://github.com/volodymyrlut/passbook.js/issues"

0 commit comments

Comments
 (0)