usps-web-tools-node-sdk-modified
Version:
Node.js SDK for USPS Web Tools APIs
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "usps-web-tools-node-sdk-modified",
"version": "0.0.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": {
"url": "https://github.com/dsusco/usps-web-tools-node-sdk/issues"
},
"license": "ISC",
"author": "David Susco <dsusco@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+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"
},
"directories": {
"lib": "lib",
"test": "test"
}
}