-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1.32 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
{
"name": "grunt-run",
"description": "Invite external commands into your grunt process with three tasks `run`, `wait` and `stop`.",
"version": "0.8.1",
"homepage": "https://github.com/spalger/grunt-run",
"author": {
"name": "Spencer Alger",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/spalger/grunt-run.git"
},
"scripts": {
"build": "node scripts/build",
"prepublish": "npm run build"
},
"bugs": {
"url": "https://github.com/spalger/grunt-run/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/spalger/grunt-run/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"strip-ansi": "^3.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"child_process",
"run",
"exec"
],
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.10.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-preset-env": "^1.6.0",
"eslint": "^4.5.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.3.0",
"gulp-babel": "^7.0.0",
"vinyl-fs": "^2.4.4"
}
}