UNPKG

usps-webtools

Version:
49 lines (48 loc) 961 B
{ "name": "usps-webtools", "author": "Sherod Taylor <sherodtaylor@gmail.com>", "description": "Api wrapper for the USPS Web-Tools", "version": "1.0.7", "main": "./src/usps", "contributors": [ { "name": "Sherod Taylor", "email": "sherodtaylor@gmail.com" }, { "name": "Tim Marshall", "email": "timothyjmarshall@gmail.com" }, { "name": "Scott Stokes", "email": "scottspork@gmail.com" } ], "scripts": { "test": "ava" }, "keywords": [ "usps", "web-tools", "web", "tools", "address", "validation", "standardization" ], "dependencies": { "request": "^2.88.0", "xml2js": "0.4.19", "xmlbuilder": "^10.1.1" }, "devDependencies": { "ava": "^3.15.0", "babel-eslint": "8.0.1", "eslint": "4.10.0" }, "repository": "https://github.com/MadisonReed/usps-webtools.git", "engines": { "node": ">=8.x" }, "license": "MIT" }