-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1004 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
43
44
{
"name": "usps-web-tools-node-sdk",
"version": "0.6.1",
"description": "Node.js SDK for USPS Web Tools APIs",
"keywords": [
"USPS",
"API",
"address",
"mail",
"postage",
"rate",
"ship",
"track"
],
"homepage": "https://github.com/dsusco/usps-web-tools-node-sdk",
"bugs": "https://github.com/dsusco/usps-web-tools-node-sdk/issues",
"license": "ISC",
"author": "David Susco <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dsusco/usps-web-tools-node-sdk.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"extend": "^3.0.2",
"handlebars": "^4.0.12",
"request": "^2.88.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"moment": "^2.22.2"
},
"engines": {
"node": ">= 0.10.0"
}
}