grunt-django-compressor
Version:
A Grunt plugin to iterate over every html file in a Django project and compress javascripts and stylesheets.
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "grunt-django-compressor",
"description": "A Grunt plugin to iterate over every html file in a Django project and compress javascripts and stylesheets.",
"version": "0.2.72",
"homepage": "https://github.com/cristiangrojas/grunt-django-compressor",
"author": {
"name": "Cristian Rojas",
"email": "cristianguillermorojas@gmail.com",
"url": "http://cristianrojas.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cristiangrojas/grunt-django-compressor.git"
},
"bugs": {
"url": "https://github.com/cristiangrojas/grunt-django-compressor/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cristiangrojas/grunt-django-compressor/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin",
"django",
"css",
"javascript",
"js",
"compressor",
"minify",
"uglify"
],
"dependencies": {
"uglify-js": "~2.4.12",
"chalk": "~0.4.0",
"clean-css": "~2.1.4",
"underscore": "^1.6.0"
}
}