forked from optikalefx/node-shipping-ups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.01 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
{
"name": "shipping-ups",
"version": "0.4.32",
"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": {
"name": "uh-sem-blee, Co. | typefoo",
"email": "[email protected]"
},
"maintainers": [
{
"name": "jjosef",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/typefoo/node-shipping-ups"
},
"main": "./lib/index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"node.extend": "^1.1.5",
"soap": "^0.9.1",
"xml2json": "latest",
"xmlbuilder": "^2.6.4"
}
}