{ "name": "google-polyline", "version": "1.0.3", "description": "Encode / decode Google's polyline format", "author": "Jonas Hermsmeier (https://jhermsmeier.de)", "contributors": [ "Gonzalo Infante " ], "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" } }