mirror of
https://github.com/mapbox/polyline.git
synced 2026-01-25 14:43:44 +00:00
31 lines
627 B
JSON
31 lines
627 B
JSON
{
|
|
"author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)",
|
|
"name": "polyline",
|
|
"description": "Polyline encoding and decoding",
|
|
"version": "0.0.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mapbox/polyline.git"
|
|
},
|
|
"dependencies": {
|
|
"turf-flip": "*",
|
|
"geojson-coords": "*"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "2.3.0",
|
|
"mocha": "1.2.x"
|
|
},
|
|
"optionalDependencies": {},
|
|
"scripts": {
|
|
"test": "jshint src && mocha -R spec"
|
|
},
|
|
"main": "src/polyline.js",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"jshintConfig": {
|
|
"undef": true,
|
|
"node": true
|
|
}
|
|
}
|