forked from sailrish/shipit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "shipit",
"version": "1.0.2",
"description": "This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema",
"main": "lib/main.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.2.10",
"change-case": "~1.0.5",
"cheerio": "~0.13.1",
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.10.0",
"moment-timezone": "~0.4.0",
"request": "~2.33.0",
"underscore": "~1.5.2",
"xml2js": "~0.4.1"
},
"devDependencies": {
"bondjs": "~1.0.0",
"chai": "~1.9.0",
"grunt-mocha-test": "~0.6.3",
"mocha": "~1.17.1"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/sailrish/shipit.git"
},
"keywords": [
"FedEx",
"UPS",
"Postal",
"Service",
"Mail",
"Package",
"Shipping"
],
"author": "Rishi Arora",
"license": "MIT",
"gitHead": "98fae33441e8059229d7c824d29665b57322b13d",
"bugs": {
"url": "https://github.com/sailrish/shipit/issues"
}
}