UNPKG

grunt

Version:

A task-based command line build tool for JavaScript projects.

60 lines (59 loc) 1.26 kB
{ "name": "grunt", "description": "A task-based command line build tool for JavaScript projects.", "version": "0.2.15", "author": "\"Cowboy\" Ben Alman (http://benalman.com/)", "homepage": "http://github.com/cowboy/grunt", "repository": { "type": "git", "url": "git://github.com/cowboy/grunt.git" }, "bugs": { "url" : "http://github.com/cowboy/grunt/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/cowboy/grunt/blob/master/LICENSE-MIT" } ], "main": "lib/grunt", "bin": "bin/grunt", "scripts": { "test": "grunt test" }, "engines": { "node": ">= 0.6.0" }, "preferGlobal": true, "keywords": [ "cli", "minify", "uglify", "build", "underscore", "unit", "test", "make", "jake", "tool" ], "dependencies": { "async": "~0.1.15", "colors": "~0.6.0", "connect": "~1.8.5", "dateformat": "1.0.2-1.2.3", "glob-whatev": "~0.1.0", "hooker": "~0.2.3", "jshint": "~0.5", "nodeunit": "~0.6.4", "nopt": "~1.0.10", "prompt": "~0.1.12", "semver": "~1.0.13", "uglify-js": "~1.0.7", "underscore": "~1.2.4", "temporary": "~0.0.2", "gzip-js": "~0.3.1" }, "devDependencies": {} }