UNPKG

644 BJSONView Raw
1{
2 "name": "grunt-shell",
3 "version": "1.1.2",
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"
23 ],
24 "repository": "sindresorhus/grunt-shell",
25 "scripts": {
26 "test": "grunt"
27 },
28 "dependencies": {
29 "chalk": "^1.0.0"
30 },
31 "devDependencies": {
32 "grunt": "^0.4.5",
33 "grunt-cli": "^0.1.13"
34 },
35 "engines": {
36 "node": ">=0.10.0"
37 }
38}