polyline/package.json
John Firebaugh 48209d0732 Release
2013-12-09 15:11:47 -05:00

28 lines
575 B
JSON

{
"author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)",
"name": "polyline",
"description": "Polyline encoding and decoding",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/polyline.git"
},
"dependencies": {},
"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
}
}