UNPKG

852 BJSONView Raw
1{
2 "name": "geolib",
3 "homepage": "http://github.com/manuelbieh/Geolib",
4 "author": {
5 "name": "Manuel Bieh",
6 "url": "http://www.manuelbieh.com/"
7 },
8 "bin": {
9 "geolib": "./geolib.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/manuelbieh/geolib.git"
14 },
15 "devDependencies": {
16 "grunt": ">=0.3.9"
17 },
18 "licenses": [
19 {
20 "type": "LGPL",
21 "url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
22 }
23 ],
24 "files": [
25 "geolib.js"
26 ],
27 "description": "Library to perform geo specific tasks",
28 "keywords": [
29 "geolocation",
30 "geo",
31 "distance"
32 ],
33 "scripts": {
34 "test": "grunt travis --verbose"
35 },
36 "version": "1.2.3",
37 "main": "./geolib"
38}
\No newline at end of file