-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 835 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
{
"name": "geomodel",
"description": "An implementation of the Geomodel/Geocell concept - http://code.google.com/apis/maps/articles/geospatial.html",
"homepage": "https://github.com/danieldkim/geomodel",
"keywords": [
"geomodel",
"geocell",
"geolocation"
],
"author": "Daniel Kim <danieldkimster@gmail.com>",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/danieldkim/geomodel.git"
},
"bugs": {
"url": "https://github.com/danieldkim/geomodel/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://raw.github.com/danieldkim/geomodel/master/README.md"
}
],
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"log4js": "~0.5.6"
},
"scripts": {
"test": "node test/test-proximity-fetch.js"
}
}