-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
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
{
"author": {
"name": "Chris Bumgardner",
"email": "cbumgard@gmail.com"
},
"contributors": [
{
"name": "Chris Bumgardner",
"email": "cbumgard@gmail.com"
},
{
"name": "Misha Bosin",
"email": "misha.bosin@gmail.com"
}
],
"name": "mongo-postal",
"description": "A node.js module that both creates a MongoDB collection of US postal codes and provides geo-spatial searching on them given a source zipcode and radius.",
"version": "0.0.4",
"homepage": "https://github.com/cbumgard/node-mongo-postal",
"repository": {
"type": "git",
"url": "git@github.com:cbumgard/node-mongo-postal.git"
},
"dependencies": {
"mongoskin": "0.3.x",
"csv": "0.0.x",
"optimist": "0.3.x",
"step": "0.0.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">= v0.6.11"
}
}