Files
grunt-datauri/package.json
T

61 lines
1.2 KiB
JSON
Raw Normal View History

2013-05-15 21:19:08 +02:00
{
2013-05-15 23:46:12 +02:00
"name": "grunt-datauri",
2013-05-15 21:19:08 +02:00
"description": "create base64 encoded data-uris for css from images",
2013-11-10 16:39:48 +01:00
"version": "0.4.0",
2013-05-15 23:46:12 +02:00
"homepage": "https://github.com/ceee/grunt-datauri",
2013-05-15 21:19:08 +02:00
"author": {
"name": "Tobias Klika",
"url": "http://ceecore.com"
},
"repository": {
"type": "git",
2013-05-15 23:46:12 +02:00
"url": "git://github.com/ceee/grunt-datauri.git"
2013-05-15 21:19:08 +02:00
},
"bugs": {
2013-05-15 23:46:12 +02:00
"url": "https://github.com/ceee/grunt-datauri/issues"
2013-05-15 21:19:08 +02:00
},
"licenses": [
{
"type": "MIT",
2013-05-15 23:46:12 +02:00
"url": "https://github.com/ceee/grunt-datauri/blob/master/LICENSE-MIT"
2013-05-15 21:19:08 +02:00
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
2013-05-15 22:30:57 +02:00
"filesize": "~1.7.9",
2013-11-09 05:39:24 -05:00
"datauri": "~0.3.0"
2013-05-15 21:19:08 +02:00
},
"devDependencies": {
"grunt-contrib-internal": "~0.4.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
2013-11-10 16:35:17 +01:00
"grunt",
2013-05-15 21:19:08 +02:00
"image",
"img",
"base64",
"datauri",
"png",
"jpg",
"jpeg",
"gif",
"css",
2013-11-10 16:35:17 +01:00
"convert",
"tobias klika",
"cee"
2013-05-15 21:19:08 +02:00
]
}