UNPKG

686 BJSONView Raw
1{
2 "name": "grunt-shell",
3 "version": "3.0.0",
4 "description": "Run shell commands",
5 "license": "MIT",
6 "repository": "sindresorhus/grunt-shell",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "scripts": {
16 "test": "xo && grunt"
17 },
18 "files": [
19 "tasks"
20 ],
21 "keywords": [
22 "gruntplugin",
23 "shell",
24 "command",
25 "cmd",
26 "exec",
27 "spawn",
28 "child",
29 "process",
30 "cli"
31 ],
32 "dependencies": {
33 "chalk": "^2.4.1",
34 "npm-run-path": "^2.0.0"
35 },
36 "devDependencies": {
37 "grunt": "^1.0.1",
38 "grunt-cli": "^1.2.0",
39 "xo": "^0.23.0"
40 },
41 "peerDependencies": {
42 "grunt": ">=1"
43 }
44}