{
  "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":      "*"
                      }
}

