{
  "_from": "simple-mock@^0.8.0",
  "_id": "simple-mock@0.8.0",
  "_inBundle": false,
  "_integrity": "sha1-ScmiI/pu6o4sT9aUj+gwDNillPM=",
  "_location": "/simple-mock",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simple-mock@^0.8.0",
    "name": "simple-mock",
    "escapedName": "simple-mock",
    "rawSpec": "^0.8.0",
    "saveSpec": null,
    "fetchSpec": "^0.8.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/simple-mock/-/simple-mock-0.8.0.tgz",
  "_shasum": "49c9a223fa6eea8e2c4fd6948fe8300cd8a594f3",
  "_spec": "simple-mock@^0.8.0",
  "_where": "/Users/mj/rlay-utils/rlay-client-lib",
  "author": {
    "name": "Pieter Raubenheimer"
  },
  "bugs": {
    "url": "https://github.com/jupiter/simple-mock/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Super simple stubs and spies with 1-step sandbox restore",
  "devDependencies": {
    "mocha": "^2.2.5",
    "standard": "^4.0.1"
  },
  "homepage": "https://github.com/jupiter/simple-mock",
  "keywords": [
    "test",
    "simplemock",
    "simple",
    "mock",
    "stub",
    "spy",
    "fake"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "simple-mock",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jupiter/simple-mock.git"
  },
  "scripts": {
    "npmrc": "printf \"_auth = $NPM_AUTH_TOKEN\nemail = $NPM_EMAIL\n\" > .npmrc",
    "test": "npm run test-no-publish && if [ -n \"${TRAVIS_TAG}\" ]; then npm run npmrc && npm publish || 1; fi",
    "test-no-publish": "standard && mocha"
  },
  "version": "0.8.0"
}
