forked from gruntjs/grunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.44 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
67
68
69
70
71
{
"name": "grunt",
"description": "The JavaScript Task Runner",
"version": "0.4.1",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"homepage": "http://gruntjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt.git"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
}
],
"main": "lib/grunt",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"task",
"async",
"cli",
"minify",
"uglify",
"build",
"lodash",
"unit",
"test",
"qunit",
"nodeunit",
"server",
"init",
"scaffold",
"make",
"jake",
"tool"
],
"dependencies": {
"async": "~0.1.22",
"coffee-script": "~1.3.3",
"colors": "~0.6.0-1",
"dateformat": "1.0.2-1.2.3",
"eventemitter2": "~0.4.9",
"findup-sync": "~0.1.0",
"glob": "~3.1.21",
"hooker": "~0.2.3",
"iconv-lite": "~0.2.5",
"minimatch": "~0.2.6",
"nopt": "~1.0.10",
"rimraf": "~2.0.2",
"lodash": "~0.9.0",
"underscore.string": "~2.2.0rc",
"which": "~1.0.5",
"js-yaml": "~2.0.2"
},
"devDependencies": {
"temporary": "~0.0.4",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0",
"difflet": "~0.2.3"
}
}