UNPKG

grunt-contrib

Version:
53 lines 1.22 kB
{ "name": "grunt-contrib", "description": "A collection of common grunt tasks.", "version": "0.1.3", "homepage": "https://github.com/gruntjs/grunt-contrib", "author": { "name": "\"Cowboy\" Ben Alman and contributors", "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" } ], "main": "grunt.js", "bin": "bin/grunt-contrib", "engines": { "node": "*" }, "scripts": { "test": "grunt --base ./test/ --config ./test/grunt.js" }, "dependencies": { "grunt": "~0.3.10", "rimraf": "~2.0.2", "clean-css": "~0.4.1", "less": "~1.3.0", "stylus": "~0.27.1", "coffee-script": "~1.3.1", "jade": "~0.26.1", "zipstream": "~0.2.1", "tar": "~0.1.13", "fstream": "~0.1.18", "requirejs": "*", "handlebars": "~1.0.4", "yuidocjs": "~0.3.14", "underscore": "~1.3.3" }, "devDependencies": { "grunt": "~0.3.10" }, "keywords": [ "gruntplugin" ] }