{
  "_args": [
    [
      "grunt@1.1.0",
      "/app"
    ]
  ],
  "_from": "grunt@1.1.0",
  "_id": "grunt@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-+NGod0grmviZ7Nzdi9am7vuRS/h76PcWDsV635mEXF0PEQMUV6Kb+OjTdsVxbi0PZmfQOjCMKb3w8CVZcqsn1g==",
  "_location": "/grunt",
  "_phantomChildren": {
    "argparse": "1.0.10",
    "findup-sync": "0.3.0",
    "fs.realpath": "1.0.0",
    "grunt-known-options": "1.1.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "nopt": "3.0.6",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1",
    "resolve": "1.1.7"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt@1.1.0",
    "name": "grunt",
    "escapedName": "grunt",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/app",
  "author": {
    "name": "Grunt Development Team",
    "url": "https://gruntjs.com/development-team"
  },
  "bin": {
    "grunt": "bin/grunt"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt/issues"
  },
  "dependencies": {
    "coffeescript": "~1.10.0",
    "dateformat": "~1.0.12",
    "eventemitter2": "~0.4.13",
    "exit": "~0.1.1",
    "findup-sync": "~0.3.0",
    "glob": "~7.0.0",
    "grunt-cli": "~1.2.0",
    "grunt-known-options": "~1.1.0",
    "grunt-legacy-log": "~2.0.0",
    "grunt-legacy-util": "~1.1.1",
    "iconv-lite": "~0.4.13",
    "js-yaml": "~3.13.1",
    "minimatch": "~3.0.2",
    "mkdirp": "~1.0.3",
    "nopt": "~3.0.6",
    "path-is-absolute": "~1.0.0",
    "rimraf": "~2.6.2"
  },
  "description": "The JavaScript Task Runner",
  "devDependencies": {
    "difflet": "~1.0.1",
    "eslint-config-grunt": "~1.0.1",
    "grunt-contrib-nodeunit": "~2.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-eslint": "~18.1.0",
    "temporary": "~0.0.4",
    "through2": "~2.0.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "lib",
    "bin"
  ],
  "homepage": "https://gruntjs.com/",
  "keywords": [
    "task",
    "async",
    "cli",
    "minify",
    "uglify",
    "build",
    "lodash",
    "unit",
    "test",
    "qunit",
    "nodeunit",
    "server",
    "init",
    "scaffold",
    "make",
    "jake",
    "tool"
  ],
  "license": "MIT",
  "main": "lib/grunt",
  "name": "grunt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt.git"
  },
  "scripts": {
    "test": "node bin/grunt test",
    "test-tap": "node bin/grunt test:tap"
  },
  "version": "1.1.0"
}
