-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "passbook.js",
"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/volodymyrlut/passbook.js"
},
"bin": {
"node-passbook": "./node-passbook"
},
"dependencies": {
"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"
},
"keywords": [
"Node.js",
"passbook",
"signpass",
"iOS",
"apple",
"passbook",
"library"
],
"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"
},
"homepage": "https://github.com/volodymyrlut/passbook.js"
}