UNPKG

addresser

Version:

Street Address Parser for Node.js

34 lines (33 loc) 877 B
{ "name": "addresser", "version": "1.1.20", "description": "Street Address Parser for Node.js", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" }, "repository": { "type": "git", "url": "git+https://github.com/moneals/addresser.git" }, "keywords": [ "address", "parser", "street", "address", "address" ], "author": "Michael Smith <michael@juniperbay.com> (http://www.michaelosmith.com/)", "license": "MIT", "bugs": { "url": "https://github.com/moneals/addresser/issues" }, "homepage": "https://github.com/moneals/addresser#readme", "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.2", "istanbul": "^0.4.5", "mocha": "^10.2.0" } }