mirror of
https://github.com/mapbox/polyline.git
synced 2026-01-25 14:43:44 +00:00
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)",
|
|
"name": "polyline",
|
|
"description": "Polyline encoding and decoding",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mapbox/polyline.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^0.23.0",
|
|
"tap": "^1.2.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"scripts": {
|
|
"test": "eslint --no-eslintrc -c .eslintrc src && tap --coverage test/polyline.test.js"
|
|
},
|
|
"main": "src/polyline.js",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|