-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·63 lines (63 loc) · 1.22 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
{
"name": "croak",
"version": "0.1.3",
"description": "Grunt made easy for large and distributed projects",
"preferGlobal": true,
"repository": "AdesisNetlife/croak",
"licenses": "MIT",
"contributors": [
{
"name": "Tomas Aparicio",
"email": "[email protected]"
}
],
"main": "lib/croak",
"directories": {
"lib": "./lib"
},
"bin": {
"croak": "./bin/croak"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"grunt",
"build",
"jake",
"automation",
"large",
"gruntfile",
"distributed",
"make",
"jake",
"task"
],
"dependencies": {
"grunt": "~0.4.2",
"commander": "~2.2.0",
"ini": "~1.1.0",
"resolve": "~0.6.0",
"promptly": "~0.2.0",
"requireg": "~0.1.1",
"colors": "~0.6.2",
"lodash": "~2.4.1"
},
"devDependencies": {
"grunt-mocha-cli": "~1.0.3",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"matchdep": "~0.1.2",
"chai": "~1.8.1",
"grunt-release": "~0.6.0",
"grunt-livescript": "~0.5.1",
"LiveScript": "~1.2.0",
"mkdirp": "~0.3.5",
"suppose": "~0.3.0",
"sinon": "~1.7.3",
"rimraf": "~2.2.4"
}
}