svgpath
Version:
SVG path low level operations toolkit
26 lines (20 loc) • 872 B
JSON
{
"name" : "svgpath",
"version" : "1.0.6",
"description" : "SVG path low level operations toolkit",
"keywords" : ["svg", "path", "transform", "scale", "translate"],
"homepage" : "https://github.com/fontello/svgpath",
"bugs" : { "url": "https://github.com/fontello/svgpath/issues" },
"license" : { "type": "MIT", "url": "https://github.com/fontello/svgpath/raw/master/LICENSE" },
"repository" : {
"type": "git",
"url": "git://github.com/fontello/svgpath.git"
},
"main" : "./lib/svgpath.js",
"devDependencies" : {
"mocha": "*",
"jshint": "*",
"benchmark": "*",
"ansi": "*"
}
}