grunt-ez-frontend
Version:
Easily configure Grunt to concatenate, minimize js files, parse less files, concatenate them with other css files and minimize them using csso and autoprefix
72 lines (71 loc) • 1.92 kB
JSON
{
"name": "grunt-ez-frontend",
"description": "Easily configure Grunt to concatenate, minimize js files, parse less files, concatenate them with other css files and minimize them using csso and autoprefix",
"version": "1.0.2",
"homepage": "https://github.com/royriojas/grunt-ez-frontend",
"author": {
"name": "Roy Riojas",
"url": "http://royriojas.com/"
},
"scripts": {
"beautify": "esbeautifier Gruntfile tasks/**/*.js lib/**/*.js",
"beautify-check": "esbeautifier -k Gruntfile tasks/**/*.js lib/**/*.js",
"eslint": "eslinter Gruntfile tasks/**/*.js lib/**/*.js",
"lint": "npm run beautify && npm run eslint",
"check": "npm run beautify-check && npm run eslint",
"changelog": "changelogx -f markdown -o ./changelog.md",
"install-hooks": "prepush install && changelogx install-hook",
"bump" : "bumpery --verify='npm run check'"
},
"prepush": [
"npm run check"
],
"repository": {
"type": "git",
"url": "https://github.com/royriojas/grunt-ez-frontend"
},
"bugs": {
"url": "https://github.com/royriojas/grunt-ez-frontend/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/royriojas/grunt-ez-frontend/master/LICENSE"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {
"less": "~1.7.5",
"dot": "~1.0.2",
"request": "~2.27.0",
"cheerio": "~0.13.1"
},
"devDependencies": {
"bumpery": "^1.0.4",
"changelogx": "^1.0.11",
"esbeautifier": "^2.0.4",
"eslinter": "^1.0.0",
"grunt": "~0.4.2",
"grunt-bump": "0.0.13",
"matchdep": "~0.3.0",
"prepush": "^2.0.3",
"time-grunt": "~0.2.8"
},
"keywords": [
"less",
"javascript",
"css",
"parse less",
"concat js",
"concat css",
"preprocess",
"minify js",
"minify css",
"autoprefix",
"grunt",
"gruntplugin"
]
}