grunt-css
Version:
Grunt plugin for linting and minifying CSS
40 lines (39 loc) • 861 B
JSON
{
"name": "grunt-css",
"description": "Grunt plugin for linting and minifying CSS",
"version": "0.5.4",
"homepage": "https://github.com/jzaefferer/grunt-css",
"author": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jzaefferer/grunt-css.git"
},
"bugs": {
"url": "https://github.com/jzaefferer/grunt-css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jzaefferer/grunt-css/blob/master/LICENSE-MIT"
}
],
"main": "tasks/grunt-css",
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"clean-css": "0.9.1",
"csslint": "0.9.10",
"gzip-js": "0.3.1"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.1.0"
},
"keywords": [
"gruntplugin"
]
}