gulp-svgfallback
Version:
Generate png sprite from svg icons
42 lines (41 loc) • 873 B
JSON
{
"name": "gulp-svgfallback",
"version": "5.0.1",
"description": "Generate png sprite from svg icons",
"main": "index.js",
"scripts": {
"test": "mocha test.js -t 3000"
},
"repository": {
"type": "git",
"url": "https://github.com/w0rm/gulp-svgfallback.git"
},
"keywords": [
"gulpplugin",
"svg",
"png",
"fallback",
"sprite"
],
"author": {
"name": "Andrey Kuzmin",
"email": "unsoundscapes@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/w0rm/gulp-svgfallback/issues"
},
"homepage": "https://github.com/w0rm/gulp-svgfallback",
"dependencies": {
"lodash": "^4.17.5",
"phridge": "^2.0.0",
"plugin-error": "^0.1.2",
"vinyl": "^2.1.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"image-size": "^0.3.5",
"mocha": "^2.2.5",
"sinon": "^1.12.2"
}
}