ffffng/app/bower_components/geolib/package.json

49 lines
1 KiB
JSON
Raw Normal View History

{
"name": "geolib",
"homepage": "http://github.com/manuelbieh/Geolib",
"author": {
"name": "Manuel Bieh",
"url": "http://www.manuelbieh.com/"
},
2022-08-02 15:24:19 +02:00
"bin": {
"geolib": "./geolib.js"
},
"repository": {
"type": "git",
"url": "http://github.com/manuelbieh/geolib.git"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "*",
"grunt-contrib-uglify": "~0.2",
"grunt-contrib-concat": "~0.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4",
"grunt-contrib-qunit": "~0.2.0",
"grunt-text-replace": "~0.3.6",
"grunt-contrib-jshint": "~0.6.2",
2022-08-02 15:24:19 +02:00
"phantomjs": "~1.8.0",
"grunt-jslint": "~1.0.0"
},
"licenses": [
{
2022-08-02 15:24:19 +02:00
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"files": [
2022-08-02 15:24:19 +02:00
"geolib.js"
],
"description": "Library to perform geo specific tasks",
"keywords": [
"geolocation",
"geo",
2022-08-02 15:24:19 +02:00
"distance"
],
"scripts": {
"test": "grunt travis --verbose"
},
2022-08-02 15:24:19 +02:00
"version": "1.3.5",
"main": "./geolib"
2016-05-16 13:33:49 +02:00
}