UNPKG

grunt-contrib

Version:
68 lines (67 loc) 1.85 kB
{ "name": "grunt-contrib", "description": "The entire grunt-contrib suite.", "version": "0.11.0", "homepage": "https://github.com/gruntjs/grunt-contrib", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": { "type": "git", "url": "git://github.com/gruntjs/grunt-contrib.git" }, "bugs": { "url": "https://github.com/gruntjs/grunt-contrib/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gruntjs/grunt-contrib/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "matchdep": "~0.3.0" }, "devDependencies": { "grunt": "~0.4.0", "lodash": "~2.4.1", "request": "~2.34.0", "when": "~3.1.0" }, "peerDependencies": { "grunt": "~0.4.4", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-coffee": "~0.10.0", "grunt-contrib-compass": "~0.7.0", "grunt-contrib-compress": "~0.8.0", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-connect": "~0.7.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-handlebars": "~0.8.0", "grunt-contrib-htmlmin": "~0.2.0", "grunt-contrib-imagemin": "~0.7.0", "grunt-contrib-jade": "~0.11.0", "grunt-contrib-jasmine": "~0.6.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jst": "~0.6.0", "grunt-contrib-less": "~0.11.0", "grunt-contrib-nodeunit": "~0.3.0", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-sass": "~0.7.0", "grunt-contrib-stylus": "~0.15.1", "grunt-contrib-symlink": "~0.3.0", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.0", "grunt-contrib-yuidoc": "~0.5.0" }, "keywords": [ "gruntplugin" ] }