smartystreets-api
Version:
SmartyStreets API wrapper.
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "smartystreets-api",
"version": "0.2.0",
"description": "SmartyStreets API wrapper.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/cayasso/smartystreets-api.git"
},
"keywords": [
"address",
"streets",
"location",
"usps",
"smartystreets",
"smarty",
"api",
"coords",
"state",
"city",
"county",
"maps",
"geolocation"
],
"author": "Jonathan Brumley <cayasso@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cayasso/smartystreets-api/issues"
},
"homepage": "https://github.com/cayasso/smartystreets-api#readme",
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.5",
"parse-address": "0.0.10",
"superagent": "^3.8.2",
"superagent-proxy": "^1.0.3",
"uid": "0.0.2"
},
"devDependencies": {
"mocha": "^5.0.1",
"nock": "^9.2.1",
"pre-commit": "^1.2.2",
"should": "^13.2.1"
}
}