gulp-urlencode-inline-svgs
Version:
Makes CSS-inlined data:image/xml+svg compatible with Firefox and IE
31 lines (30 loc) • 792 B
JSON
{
"name": "gulp-urlencode-inline-svgs",
"version": "0.0.6",
"description": "Makes CSS-inlined data:image/xml+svg compatible with Firefox and IE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "lakmeer (github.com/lakmeer)",
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.6",
"through2": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phonezawphyo/gulp-css-urlencode-inline-svgs.git"
},
"keywords": [
"Gulp",
"CSS",
"Urlencode",
"Inline",
"SVG"
],
"bugs": {
"url": "https://github.com/phonezawphyo/gulp-css-urlencode-inline-svgs/issues"
},
"homepage": "https://github.com/phonezawphyo/gulp-css-urlencode-inline-svgs#readme"
}