UNPKG

zipcodes-perogi

Version:

A zipcode lookup package with the latest zipcode information updated every month.

41 lines (40 loc) 1.13 kB
{ "name": "zipcodes-perogi", "description": "A zipcode lookup package with the latest zipcode information updated every month.", "version": "1.4.201908", "author": "S Perreault <github@perogi.org>", "keywords": [ "zipcode", "US", "USPS", "perogi" ], "bugs": { "web": "https://github.com/perogi/zipcodes-perogi/issues" }, "main": "./lib/index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/perogi/zipcodes-perogi" }, "scripts": { "stryker": "node_modules/.bin/stryker run stryker.conf.js", "test": "npm run test-unit", "test-unit": "istanbul cover node_modules/mocha/bin/_mocha test/*.test.js" }, "dependencies": { "moment-timezone": "^0.5.21", "nyc": "^14.1.0" }, "devDependencies": { "@stryker-mutator/api": "^1.2.0", "@stryker-mutator/core": "^1.3.1", "@stryker-mutator/javascript-mutator": "^1.2.0", "@stryker-mutator/mocha-runner": "^1.2.0", "chai": "^4.1.2", "istanbul": "~0.4.5", "mocha": "^5.2.0", "node-google-timezone": "^0.1.1" } }