forked from egg-/delivery-tracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "delivery-tracker",
"version": "1.6.2",
"author": {
"name": "egg",
"email": "[email protected]"
},
"description": "delivery-tracker is delivery tracking library for Node.js",
"main": "index.js",
"bin": {
"delivery-tracker": "./bin/index.js"
},
"scripts": {
"test": "standard && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egg-/delivery-tracker.git"
},
"keywords": [
"package",
"delivery",
"parcel",
"tracker",
"tracking",
"shipping",
"shipment",
"ems",
"koreapost",
"ecargo",
"fedex",
"pantos",
"auspost",
"australia post",
"usps",
"cj",
"cjkoreaexpress",
"pos laju",
"yello express",
"efs",
"ups"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/egg-/delivery-tracker/issues"
},
"homepage": "https://github.com/egg-/delivery-tracker#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"matchdep": "^1.0.1",
"mocha": "^3.2.0",
"nock": "^9.0.2",
"standard": "^8.6.0"
},
"dependencies": {
"async": "^2.1.4",
"cheerio": "^0.22.0",
"commander": "^2.9.0",
"moment": "^2.17.1",
"request": "^2.79.0",
"xml2js": "^0.4.17"
}
}