polyline/package.json
2013-12-09 14:06:01 -05:00

23 lines
477 B
JSON

{
"author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)",
"name": "polyline",
"description": "Polyline encoding and decoding",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/polyline.git"
},
"dependencies": {},
"devDependencies": {
"mocha": "1.2.x"
},
"optionalDependencies": {},
"scripts": {
"test": "mocha -R spec"
},
"main": "src/polyline.js",
"engines": {
"node": "*"
}
}