-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
31 lines (31 loc) · 846 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
{
"name": "shipping-ups",
"version": "0.4.8",
"description": "UPS API bindings for Node.JS",
"keywords": ["shipping", "shipping integration", "ups", "ups api", "ups ship", "ups label", "ups tracking", "ups rate", "ups rating", "address verification", "time in transit", "surepost", "sure post"],
"author": {
"name": "uh-sem-blee, Co. | typefoo",
"email": "hello@typefoo.com"
},
"maintainers": [
{
"name": "jjosef",
"email": "john.josef@gmail.com"
}
],
"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": {
"extend": "~1.2.1",
"xmlbuilder": "~2.1.0",
"xml2json": "~0.3.2"
}
}