UNPKG

broccoli-rsvg

Version:
37 lines (36 loc) 800 B
{ "name": "broccoli-rsvg", "description": "SVG to PNG renderer for Broccoli", "version": "0.3.2", "author": "Greg V <greg@unrelenting.technology>", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/myfreeweb/broccoli-rsvg" }, "license": "Unlicense", "bugs": { "url": "https://github.com/myfreeweb/broccoli-rsvg/issues" }, "keywords": [ "broccoli-plugin", "svg", "rsvg" ], "scripts": { "test": "tape 'test/*.js' | tap-spec" }, "dependencies": { "broccoli-caching-writer": "^2.2.1", "mkdirp": "^0.5.1", "walk-sync": "^0.2.6", "lodash": "^4.9.0", "rsvp": "^3.2.1", "librsvg": "^0.6.2" }, "devDependencies": { "broccoli": "^0.16.3", "tap-spec": "^4.1.1", "tape": "^4.5.1" } }