-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}