grunt-svg-inject
Version:
> Compile a folder of SVG files into variables in a JavaScript file, ready for injection into HTML.
44 lines (43 loc) • 900 B
JSON
{
"name": "grunt-svg-inject",
"version": "1.0.1",
"description": "",
"homepage": "https://github.com/getanwar/grunt-svg-inject",
"repository": {
"type": "git",
"url": "https://github.com/getanwar/grunt-svg-inject"
},
"author": {
"name": "Anwar Hussain",
"email": "anwar828@gmail.com",
"url": "http://www.anwar.im/"
},
"keywords": [
"gruntplugin",
"SVG",
"inject"
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.10.26"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4.4",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/getanwar/grunt-svg-inject/issues"
}
}