38 lines
901 B
JSON
38 lines
901 B
JSON
{
|
|
"name": "google-polyline",
|
|
"version": "1.0.3",
|
|
"description": "Encode / decode Google's polyline format",
|
|
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",
|
|
"contributors": [
|
|
"Gonzalo Infante <chalo.infante01@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"google",
|
|
"polyline",
|
|
"encoding",
|
|
"encode",
|
|
"decode"
|
|
],
|
|
"main": "lib/polyline.js",
|
|
"scripts": {
|
|
"benchmark": "nanobench benchmark/*.js",
|
|
"test": "mocha --ui tdd"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"nanobench": "^2.1.1"
|
|
},
|
|
"homepage": "https://github.com/jhermsmeier/node-google-polyline",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jhermsmeier/node-google-polyline.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jhermsmeier/node-google-polyline/issues"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|