UNPKG

gulp-svg-css-pseudo

Version:

Gulp plugin that embeds svg images inside a single CSS file using data-uri. Created on the basis of the plugin gulp-svg-css by Jan Bevers

46 lines (45 loc) 1.19 kB
{ "name": "gulp-svg-css-pseudo", "version": "1.0.4", "description": "Gulp plugin that embeds svg images inside a single CSS file using data-uri. Created on the basis of the plugin gulp-svg-css by Jan Bevers", "main": "index.js", "scripts": { "test": "_mocha", "coverage": "istanbul cover node_modules/mocha/bin/_mocha test.js", "lint": "eslint *.js" }, "repository": { "type": "git", "url": "git+https://github.com/budfy/gulp-svg-css-pseudo.git" }, "keywords": [ "gulpplugin", "svg", "css", "pseudoelements", "inline", "minification" ], "author": { "name": "budfy", "email": "serdyuk.ro@gmail.com", "github profile": "https://github.com/budfy" }, "license": "Apache-2.0", "devDependencies": { "css": "^2.2.1", "eslint": "^3.9.1", "istanbul": "^0.4.5", "mocha": "*", "stream-assert": "^2.0.3" }, "dependencies": { "gulp-util": "^3.0.7", "through2": "^2.0.1", "xmldom": "^0.1.22" }, "bugs": { "url": "https://github.com/sdl/gulp-svg-css/issues" }, "homepage": "https://github.com/budfy/gulp-svg-css-pseudo#readme" }