grunt-datauri-variables
Version:
Generates .scss datauri variables for .{png,gif,jpg} and .svg
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "grunt-datauri-variables",
"description": "Generates .scss datauri variables for .{png,gif,jpg} and .svg",
"version": "1.4.0",
"homepage": "https://github.com/davemo/grunt-datauri-variables",
"author": {
"name": "David Mosher",
"email": "davidmosher@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/davemo/grunt-datauri-variables.git"
},
"bugs": {
"url": "https://github.com/davemo/grunt-datauri-variables/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/davemo/grunt-datauri-variables/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.coffee",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt spec"
},
"devDependencies": {
"coffeescript": "^2.6.1",
"grunt": "^1.4.1",
"grunt-jasmine-bundle": "^0.4.0"
},
"keywords": [
"gruntplugin",
"images",
"datauri",
"base64",
"svg"
],
"dependencies": {
"datauri": "^4.1.0"
}
}