forked from sunng87/node-geohash
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 896 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
{
"author": "Raphael Luchini <laster_rpahael@hotmail.com> (@raphaelluchini)",
"contributors": [
"Arjun Mehta <arjunmeht@gmail.com> (http://www.arjunmehta.net/)",
"Seth Miller <seth@four43.com> (http://www.four43.com)",
"Zhu Zhe <zhuzhe1983@gmail.com>"
],
"name": "angular-geohash",
"description": "geohash library for angularjs",
"keywords": [
"angularjs",
"geohash",
"uint64",
"geohasher",
"geocode",
"geolocation"
],
"version": "0.2.0",
"repository": {
"url": "https://github.com/raphaelluchini/angular-geohash"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-uglify": "~0.5.0",
"grunt-karma": "^0.8.3",
"karma": "^0.12.17",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
},
"license": "MIT",
"readmeFilename": "README.md"
}