{
  "_args": [
    [
      "grunt-mocha@0.4.15",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "grunt-mocha@0.4.15",
  "_id": "grunt-mocha@0.4.15",
  "_inBundle": false,
  "_integrity": "sha1-r1hHEvRn+yohawwEhjBh2kg44SM=",
  "_location": "/grunt-mocha",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-mocha@0.4.15",
    "name": "grunt-mocha",
    "escapedName": "grunt-mocha",
    "rawSpec": "0.4.15",
    "saveSpec": null,
    "fetchSpec": "0.4.15"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-mocha/-/grunt-mocha-0.4.15.tgz",
  "_spec": "0.4.15",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "Kelly Miyashiro",
    "email": "miyashiro.kelly@gmail.com",
    "url": "http://non-diligent.com"
  },
  "bugs": {
    "url": "https://github.com/kmiyashiro/grunt-mocha/issues"
  },
  "dependencies": {
    "grunt-lib-phantomjs": "^0.7.1",
    "lodash": "^3.9.0",
    "mocha": "^1.21.5"
  },
  "description": "Grunt task for running client-side Mocha specs in PhantomJS",
  "devDependencies": {
    "grunt": "~0.4",
    "grunt-contrib-connect": "~0.2",
    "grunt-contrib-jshint": "~0.3"
  },
  "engines": {
    "node": "*"
  },
  "files": [
    "growl",
    "phantomjs",
    "support",
    "tasks"
  ],
  "homepage": "https://github.com/kmiyashiro/grunt-mocha",
  "keywords": [
    "gruntplugin",
    "mocha",
    "test",
    "phantomjs"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kmiyashiro/grunt-mocha/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "name": "grunt-mocha",
  "peerDependencies": {
    "grunt": "~0.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kmiyashiro/grunt-mocha.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.4.15"
}
