-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 924 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 924 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
{
"name" : "geo",
"description" : "Geo is a very basic, but simple and extendable, geocode library for Node.js. Currently it only supports Google's Geocode API (v3) - Geo Spatial features are coming out soon",
"homepage" : "http://geeks.aretotally.in/projects/geonode",
"keywords" : ["geo", "geospatial", "geocode", "geocoding", "geohash"],
"author" : "Felipe Oliveira <felipera@gmail.com>",
"contributors" : [],
"repository": {
"type": "git",
"url": "git@github.com:feliperazeek/geonode.git"
},
"licenses" : ["MIT"],
"dependencies": {
"geohash": "0.0.x",
"shred": "0.7.x"
},
"lib" : "lib",
"main" : "./lib/geo",
"version" : "0.0.3",
"directories" : { "test": "./test" },
"engines" : { "node": ">= 0.3.0" },
"licenses": [{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"}
]
}