UNPKG

parse-address-australia

Version:
34 lines (33 loc) 894 B
{ "name": "parse-address-australia", "version": "0.0.4", "description": "AU Street Address Parser", "main": "address.js", "scripts": { "test": "node test.js", "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", "AU", "Geo::StreetAddress::AU", "geo" ], "author": "hassansin <rezatxe@gmail.com> (https://github.com/hassansin) && Jingtai Piao <piaojingtai@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/hassansin/parse-address/issues" }, "homepage": "https://github.com/hassansin/parse-address", "dependencies": { "xregexp": "^4.3.0" } }