forked from assaf/node-passbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 892 Bytes
/
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
{
"name": "passbook",
"description": "iOS Passbook for the Node hacker",
"homepage": "https://github.com/assaf/node-passbook",
"version": "2.2.0",
"author": {
"name": "Assaf Arkin",
"email": "assaf@labnotes.org"
},
"main": "./lib/index.js",
"bin": {
"node-passbook": "./bin/node-passbook"
},
"dependencies": {
"async": "^2.6.1",
"cli": "^1.0.1",
"follow-redirects": "^1.2.3"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"iOS",
"apple",
"passbook",
"library"
],
"repository": {
"type": "git",
"url": "git://github.com/assaf/node-passbook.git"
},
"bugs": {
"url": "http://github.com/assaf/node-passbook/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/assaf/node-passbook/blob/master/MIT-LICENSE"
}
]
}