-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
63 lines (63 loc) · 1.27 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": "grunt-bg-shell",
"description": "Better shell commands for grunt. Background/parallel run",
"version": "2.3.3",
"author": {
"name": "rma4ok",
"email": "[email protected]"
},
"contributors": [
{
"name": "Matthew Dzaman",
"email": "[email protected]",
"github": "https://github.com/dzaman"
},
{
"name": "Chris Wren",
"email": "[email protected]",
"github": "https://github.com/ChrisWren"
},
{
"name": "Max Brosnahan",
"email": "[email protected]",
"github": "https://github.com/gingermusketeer"
}
],
"repository": {
"type": "git",
"url": "https://github.com/rma4ok/grunt-bg-shell.git"
},
"bugs": {
"url": "https://github.com/rma4ok/grunt-bg-shell/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rma4ok/grunt-bg-shell/blob/master/LICENSE-MIT"
}
],
"keywords": [
"gruntplugin",
"grunt",
"shell",
"command",
"cmd",
"exec",
"bash",
"bg",
"background",
"job",
"async"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {},
"devDependencies": {
"grunt": ">=0.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}