UNPKG

zippity-do-dah

Version:

Zip code data with lookup and utilities

42 lines (41 loc) 879 B
{ "name": "zippity-do-dah", "version": "0.0.3", "description": "Zip code data with lookup and utilities", "main": "./index", "scripts": { "test": "node_modules/mocha/bin/mocha test/*.js" }, "repository": { "type": "git", "url": "git://github.com/tleen/zippity-do-dah.git" }, "keywords": [ "zipcode", "zip", "code", "lookup", "usps", "postal", "location", "latitude", "longitude" ], "author": "Thomas Leen", "license": "MIT", "bugs": { "url": "https://github.com/tleen/zippity-do-dah/issues" }, "homepage": "https://github.com/tleen/zippity-do-dah", "dependencies": { "underscore": "1.6.0", "csv2array": "0.0.1" }, "devDependencies": { "mocha": "^1.18.0", "should": "^3.1.3", "grunt": "^0.4.4", "grunt-cafe-mocha": "0.1.12", "grunt-contrib-jshint": "^0.9.2" } }