File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " passbook.js" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " All you need to serve passbooks with your Node.js backend" ,
5
5
"main" : " ./index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/justhappens /passbook.js.git "
11
+ "url" : " https://github.com/volodymyrlut /passbook.js"
12
12
},
13
13
"bin" : {
14
14
"node-passbook" : " ./node-passbook"
15
15
},
16
16
"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 "
22
22
},
23
23
"devDependencies" : {
24
- "mocha" : " 1.6.0" ,
25
- "should" : " 1.2.0"
24
+ "mocha" : " ^ 1.6.0" ,
25
+ "should" : " ^ 1.2.0"
26
26
},
27
27
"keywords" : [
28
28
" Node.js" ,
33
33
" passbook" ,
34
34
" library"
35
35
],
36
- "author" : " Volodymyr Lut" ,
36
+ "author" : {
37
+ "name" : " Volodymyr Lut" ,
38
+
39
+ "url" : " http://lut.rocks/"
40
+ },
41
+ "contributors" : [
42
+ {
43
+ "name" : " justhappens" ,
44
+ "url" : " https://github.com/justhappens"
45
+ }
46
+ ],
37
47
"license" : " ISC" ,
38
48
"bugs" : {
39
49
"url" : " https://github.com/volodymyrlut/passbook.js/issues"
You can’t perform that action at this time.
0 commit comments