UNPKG

884 BJSONView Raw
1{
2 "name": "grunt-exec",
3 "description": "Grunt task for executing shell commands.",
4 "version": "3.0.0",
5 "homepage": "https://github.com/jharding/grunt-exec",
6 "author": {
7 "name": "Jake Harding",
8 "email": "jacob.s.harding@gmail.com"
9 },
10 "contributors": [
11 "Graeme Wicksted <graeme.wicksted@gmail.com>"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/jharding/grunt-exec.git"
16 },
17 "bugs": {
18 "url": "https://github.com/jharding/grunt-exec/issues"
19 },
20 "license": "MIT",
21 "main": "Gruntfile.js",
22 "engines": {
23 "node": ">=0.8.0"
24 },
25 "scripts": {
26 "test": "node test/test.js"
27 },
28 "peerDependencies": {
29 "grunt": ">=0.4"
30 },
31 "devDependencies": {
32 "grunt": "^1.0.0",
33 "grunt-contrib-jshint": "^1.1.0"
34 },
35 "keywords": [
36 "grunt",
37 "gruntplugin",
38 "shell",
39 "exec",
40 "execute",
41 "spawn"
42 ]
43}