forked from gruntjs/grunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "grunt",
"description": "A task-based command line build tool for JavaScript projects.",
"version": "0.3.11",
"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": [
"async",
"cli",
"minify",
"uglify",
"build",
"underscore",
"unit",
"test",
"qunit",
"nodeunit",
"server",
"init",
"scaffold",
"make",
"jake",
"tool"
],
"dependencies": {
"async": "~0.1.18",
"colors": "~0.6.0",
"connect": "~2.3.4",
"dateformat": "1.0.2-1.2.3",
"glob-whatev": "~0.1.4",
"hooker": "~0.2.3",
"jshint": "~0.5.9",
"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",
"underscore.string": "~2.1.1",
"temporary": "~0.0.4",
"gzip-js": "~0.3.1"
},
"devDependencies": {}
}