UNPKG

1.22 kBJSONView Raw
1{
2 "name": "grunt",
3 "description": "A command line build tool for JavaScript projects.",
4 "version": "0.2.5",
5 "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
6 "homepage": "http://github.com/cowboy/grunt",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/cowboy/grunt.git"
10 },
11 "bugs": {
12 "url" : "http://github.com/cowboy/grunt/issues"
13 },
14 "licenses": [
15 {
16 "type": "MIT",
17 "url": "http://github.com/cowboy/grunt/blob/master/LICENSE-MIT"
18 }
19 ],
20 "main": "lib/grunt",
21 "bin": "bin/grunt",
22 "scripts": {
23 "test": "grunt test"
24 },
25 "engines": {
26 "node": ">= 0.6.0"
27 },
28 "preferGlobal": true,
29 "keywords": [
30 "cli",
31 "minify",
32 "uglify",
33 "build",
34 "underscore",
35 "unit",
36 "test",
37 "make",
38 "jake",
39 "tool"
40 ],
41 "dependencies": {
42 "async": "~0.1.15",
43 "colors": "~0.6.0",
44 "connect": "~1.8.5",
45 "dateformat": "1.0.2-1.2.3",
46 "glob-whatev": "~0.1.0",
47 "jshint": "~0.5",
48 "nodeunit": "~0.6.4",
49 "nopt": "~1.0.10",
50 "prompt": "~0.1.12",
51 "semver": "~1.0.13",
52 "uglify-js": "~1.0.7",
53 "underscore": "~1.2.4",
54 "zombie": "~0.12.13",
55 "gzip-js": "~0.3.1"
56 },
57 "devDependencies": {}
58}