{
  "name": "parse-address",
  "version": "1.1.2",
  "description": "US Street Address Parser",
  "main": "address.js",
  "scripts": {
    "test": "node test",
    "build": "./node_modules/browserify/bin/cmd.js address.js --standalone parseAddress | ./node_modules/.bin/uglifyjs  > parse-address.min.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hassansin/parse-address.git"
  },
  "keywords": [
    "extract",
    "address",
    "parser",
    "address",
    "street",
    "US",
    "Geo::StreetAddress::US",
    "geo"
  ],
  "author": "hassansin <rezatxe@gmail.com> (https://github.com/hassansin)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hassansin/parse-address/issues"
  },
  "homepage": "https://github.com/hassansin/parse-address",
  "dependencies": {
    "xregexp": "^3.1.1"
  }
}
