UNPKG

1.38 kBJSONView Raw
1{
2 "name": "grunt",
3 "description": "A task-based command line build tool for JavaScript projects.",
4 "version": "0.3.0",
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 "async",
31 "cli",
32 "minify",
33 "uglify",
34 "build",
35 "underscore",
36 "unit",
37 "test",
38 "qunit",
39 "nodeunit",
40 "server",
41 "init",
42 "scaffold",
43 "make",
44 "jake",
45 "tool"
46 ],
47 "dependencies": {
48 "async": "~0.1.18",
49 "colors": "~0.6.0",
50 "connect": "~1.8.6",
51 "dateformat": "1.0.2-1.2.3",
52 "glob-whatev": "~0.1.2",
53 "hooker": "~0.2.3",
54 "jshint": "~0.5.9",
55 "nodeunit": "~0.6.4",
56 "nopt": "~1.0.10",
57 "prompt": "~0.1.12",
58 "semver": "~1.0.13",
59 "uglify-js": "~1.0.7",
60 "underscore": "~1.2.4",
61 "underscore.string": "~2.0.0",
62 "temporary": "~0.0.2",
63 "gzip-js": "~0.3.1"
64 },
65 "devDependencies": {}
66}