{
  "name": "@stratuslive/smartystreets-javascript-sdk",
  "version": "1.4.2",
  "description": "Quick and easy SmartyStreets address validation.",
  "keywords": [
    "smartystreets",
    "address",
    "validation",
    "verification",
    "verify",
    "validate",
    "street-address",
    "geocoding",
    "addresses",
    "zipcode",
    "autocomplete",
    "autosuggest",
    "suggestions",
    "international",
    "http",
    "sdk"
  ],
  "main": "dist/smartystreets-sdk.js",
  "unpkg": "dist/smartystreets-sdk.min.js",
  "scripts": {
    "test": "mocha 'tests/**/*.js'",
    "build": "babel src/**/*.js -d lib"
  },
  "author": "SmartyStreets SDK Team <support@smartystreets.com> (https://www.smartystreets.com)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartystreets/smartystreets-javascript-sdk.git"
  },
  "devDependencies": {
    "aws-sdk": "^2.412.0",
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babelify": "^8.0.0",
    "browserify": "^16.2.3",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "mocha": "^5.0.5",
    "s3-upload-stream": "^1.0.7",
    "tinyify": "^2.5.2",
    "zlib": "^1.0.5"
  },
  "dependencies": {
    "@babel/preset-env": "^7.7.1",
    "axios-proxy-fix": "^0.16.3",
    "axios-retry": "^3.0.1",
    "babel-preset-es2015": "^6.24.1",
    "promise": "^8.0.1"
  },
  "bugs": {
    "url": "https://github.com/smartystreets/smartystreets-javascript-sdk/issues"
  },
  "homepage": "https://github.com/smartystreets/smartystreets-javascript-sdk#readme",
  "directories": {
    "example": "examples",
    "test": "tests"
  }
}
