UNPKG

679 BJSONView Raw
1{
2 "name": "grunt-shell",
3 "version": "0.6.0",
4 "description": "Run shell commands",
5 "keywords": [
6 "gruntplugin",
7 "shell",
8 "command",
9 "cmd",
10 "exec",
11 "spawn",
12 "process",
13 "cli"
14 ],
15 "license": "MIT",
16 "author": {
17 "name": "Sindre Sorhus",
18 "email": "sindresorhus@gmail.com",
19 "url": "http://sindresorhus.com"
20 },
21 "files": [
22 "tasks/shell.js"
23 ],
24 "repository": "sindresorhus/grunt-shell.git",
25 "scripts": {
26 "test": "grunt"
27 },
28 "dependencies": {
29 "chalk": "~0.3.0"
30 },
31 "devDependencies": {
32 "grunt": "~0.4.0"
33 },
34 "peerDependencies": {
35 "grunt": "~0.4.0"
36 },
37 "engines": {
38 "node": ">=0.8.0"
39 }
40}