package.json 1.67 KB
{
  "_from": "grunt-exec",
  "_id": "grunt-exec@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cgAlreXf3muSYS5LzW0Cc4xHK03BjFOYk0MqCQ/MZ3k1Xz2GU7D+IAJg4UKicxpO+XdONJdx/NJ6kpy2wI+uHg==",
  "_location": "/grunt-exec",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "grunt-exec",
    "name": "grunt-exec",
    "escapedName": "grunt-exec",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-3.0.0.tgz",
  "_shasum": "881f868d64098788fddaf22fa25d8572a9d64dc7",
  "_spec": "grunt-exec",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site",
  "author": {
    "name": "Jake Harding",
    "email": "jacob.s.harding@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jharding/grunt-exec/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Graeme Wicksted",
      "email": "graeme.wicksted@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Grunt task for executing shell commands.",
  "devDependencies": {
    "grunt": "^1.0.0",
    "grunt-contrib-jshint": "^1.1.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/jharding/grunt-exec",
  "keywords": [
    "grunt",
    "gruntplugin",
    "shell",
    "exec",
    "execute",
    "spawn"
  ],
  "license": "MIT",
  "main": "Gruntfile.js",
  "name": "grunt-exec",
  "peerDependencies": {
    "grunt": ">=0.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jharding/grunt-exec.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "3.0.0"
}