{
  "name": "grunt-shell-spawn",
  "version": "0.5.0",
  "description": "Grunt task to run shell commands",
  "keywords": [
    "gruntplugin",
    "grunt",
    "shell",
    "command",
    "exec",
    "spawn",
    "cli"
  ],
  "homepage": "https://github.com/jeking3/grunt-shell-spawn",
  "bugs": "https://github.com/jeking3/grunt-shell-spawn/issues",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "contributors": [
    {
      "name": "Cristi Mihai",
      "email": "cristi.mihai@gmail.com",
      "url": "https://github.com/cri5ti"
    },
    {
      "name": "Friedel Ziegelmayer",
      "url": "https://github.com/Dignifiedquire"
    },
    {
      "name": "Trevor Landau",
      "url": "https://github.com/landau"
    },
    {
      "name": "James E. King III",
      "email": "jking@apache.org",
      "url": "https://github.com/jeking3"
    }
  ],
  "main": "grunt.js",
  "bin": "bin/grunt-shell-spawn",
  "repository": {
    "type": "git",
    "url": "git://github.com/jeking3/grunt-shell-spawn.git"
  },
  "dependencies": {
    "grunt": "^1.6.1"
  },
  "devDependencies": {
    "grunt-cli": "^1.5.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-nodeunit": "^5.0.0"
  },
  "scripts": {
    "test": "grunt jshint nodeunit"
  },
  "engines": {
    "node": ">=16"
  },
  "license": "MIT"
}
