forked from assaf/node-passbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 849 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 849 Bytes
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
{ "name": "passbook",
"description": "iOS Passbook for the Node hacker",
"homepage": "https://github.com/assaf/node-passbook",
"version": "2.0.1",
"author": {
"name": "Assaf Arkin",
"email": "assaf@labnotes.org"
},
"main": "./lib/index.js",
"bin": {
"node-passbook": "./bin/node-passbook"
},
"dependencies": {
"async": "0.1.22",
"cli": "0.4.4"
},
"devDependencies": {
"mocha": "1.6.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"iOS",
"apple",
"passbook",
"library"
],
"repository": {
"type": "git",
"url": "git://github.com/assaf/node-passbook"
},
"bugs": {
"url": "http://github.com/assaf/node-passbook/issues"
},
"licenses": [
{ "type": "MIT",
"url": "http://github.com/assaf/node-passbook/blob/master/MIT-LICENSE"
}
]
}