forked from goshippo/shippo-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "shippo",
"version": "1.7.0",
"description": "A node client for connecting with over 20 shipping carriers and consolidators via a single integration using Shippo API. Support for shipping rates, buying and printing labels, tracking as well as some carrier specific functionality such as signature required, adult signature confirmation, certified mail, delivery confirmation and many others.",
"homepage": "https://github.com/goshippo/shippo-node-client",
"keywords": [
"api",
"ups",
"usps",
"fedex",
"dhl",
"uber",
"shyp",
"shipping",
"tracking",
"address"
],
"author": "Shippo <[email protected]> (https://goshippo.com/)",
"contributors": [
"Tobias Schottdorf",
"Eyoel Asfaw",
"Wissam Jarjoui",
"Subhi Beidas",
"Matthieu Nowicki",
"Jason Smith",
"Guozhen La"
],
"repository": {
"type": "git",
"url": "https://github.com/goshippo/shippo-node-client"
},
"bugs:": "https://github.com/goshippo/shippo-node-client",
"engines": {
"node": ">= v0.12.18"
},
"main": "lib/shippo.js",
"devDependencies": {
"chai": "~1.10.0",
"chai-as-promised": "~4.1.1",
"mocha": "~2.1.0"
},
"dependencies": {},
"scripts": {
"test": "mocha"
}
}