forked from optikalefx/node-shipping-ups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 879 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
{
"name": "shipping-ups",
"version": "0.5.7",
"description": "UPS API bindings for Node.JS",
"keywords": [
"shipping",
"shipping integration",
"ups",
"ups api",
"ups ship",
"ups label",
"ups tracking",
"ups rate",
"ups rating",
"ups pickup",
"address verification",
"time in transit",
"surepost",
"sure post",
"ups return service",
"tax ids",
"transaction references",
"ups freight"
],
"author": "uh-sem-blee, Co",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uh-sem-blee/node-shipping-ups"
},
"main": "./lib/index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"node.extend": "^1.1.5",
"soap": "^0.9.1",
"xml2js": "^0.4.15",
"xmlbuilder": "^2.6.4"
}
}