-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 988 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
45
46
47
48
49
50
51
{
"name": "easypostjs",
"description": "EasyPost API wrapper and command line utility for node.js.",
"version": "0.0.1",
"author": "Nick Baugh <niftylettuce@gmail.com>",
"contributors": [
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com"
}
],
"keywords": [
"easypost",
"teelaunch",
"shirts",
"pricing",
"shipping",
"postage",
"usps",
"kickstarter",
"indiegogo",
"crowdtilt",
"fedex",
"ups"
],
"homepage": "https://github.com/easypost/easypost-node",
"repository": {
"type": "git",
"url": "https://github.com/easypost/easypost-node.git"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"main": "index",
"bin": {
"easypost": "./bin/easypost"
},
"dependencies": {
"commander": "~1.1.1",
"underscore": "~1.4.3",
"csv": "~0.2.6",
"async": "~0.1.22"
},
"devDependencies": {
"vows": "*"
},
"scripts": {
"test": "vows test/*"
}
}