svg2png-many
Version:
Fast svg to png converter for many files based on PhantomJS
48 lines (47 loc) • 1.02 kB
JSON
{
"author": "Alexey Tronov <atronov@gmail.com>",
"name": "svg2png-many",
"description": "Fast svg to png converter for many files based on PhantomJS",
"homepage": "https://github.com/atronov/svg2png-many",
"keywords": [
"phantom",
"phantomjs",
"svg",
"png",
"converter",
"fast"
],
"version": "0.0.7",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/atronov/svg2png-many.git"
},
"contributors": [
{
"name": "Alexey Tronov",
"email": "atronov@gmail.comm"
}
],
"engines": {
"node": ">=0.12"
},
"main": "index.js",
"bin": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "gulp build"
},
"dependencies": {
"phantom": "^2.0.x",
"yargs": "^4.6.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-jasmine": "^2.2.1"
}
}