librsvg
Version:
Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.
39 lines (38 loc) • 748 B
JSON
{
"name": "librsvg",
"version": "0.7.0",
"description": "Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.",
"keywords": [
"svg",
"render",
"renders",
"rendering",
"graphic",
"graphics",
"image",
"images",
"librsvg",
"cairo"
],
"repository": {
"type": "git",
"url": "https://github.com/2gis/node-rsvg.git"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"bindings": "~1.2.0",
"nan": "^2.4.0"
},
"devDependencies": {
"chai": "~1.8.1",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"jshint-stylish": "^1.0.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
},
"license": "MIT"
}