{
  "_args": [
    [
      "redbox-react@^1.2.2",
      "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates\\node_modules\\babel-preset-react-hmre"
    ]
  ],
  "_from": "redbox-react@>=1.2.2 <2.0.0",
  "_id": "redbox-react@1.3.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/redbox-react",
  "_nodeVersion": "7.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/redbox-react-1.3.3.tgz_1478633785600_0.14434735593385994"
  },
  "_npmUser": {
    "email": "max@maxlielje.co",
    "name": "mxlje"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "name": "redbox-react",
    "raw": "redbox-react@^1.2.2",
    "rawSpec": "^1.2.2",
    "scope": null,
    "spec": ">=1.2.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-preset-react-hmre"
  ],
  "_resolved": "https://registry.npmjs.org/redbox-react/-/redbox-react-1.3.3.tgz",
  "_shasum": "63ec9c2cb9c620c46e2b9f8543b4898f1b787e41",
  "_shrinkwrap": null,
  "_spec": "redbox-react@^1.2.2",
  "_where": "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates\\node_modules\\babel-preset-react-hmre",
  "author": {
    "name": "David Pfahler"
  },
  "bugs": {
    "url": "https://github.com/commissure/redbox-react/issues"
  },
  "dependencies": {
    "error-stack-parser": "^1.3.6",
    "object-assign": "^4.0.1"
  },
  "description": "A redbox (rsod) component to display your errors.",
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-rewire": "^1.0.0-rc-3",
    "babel-preset-es2015": "^6.3.3",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.3.13",
    "react": "^0.14.0 || ^15.0.0",
    "react-addons-test-utils": "^15.0.0",
    "react-dom": "^0.14.0 || ^15.0.0",
    "rimraf": "^2.5.2",
    "semantic-release": "^4.0.0",
    "standard": "^7.1.1",
    "tap-spec": "^4.0.2",
    "tape": "^4.5.1",
    "webpack": "^1.13.1"
  },
  "directories": {},
  "dist": {
    "shasum": "63ec9c2cb9c620c46e2b9f8543b4898f1b787e41",
    "tarball": "https://registry.npmjs.org/redbox-react/-/redbox-react-1.3.3.tgz"
  },
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "gitHead": "cfba6df1ac4a7ecdc50dedd0990be1a2ad4e1dab",
  "homepage": "https://github.com/commissure/redbox-react",
  "keywords": [
    "redbox",
    "rsod",
    "react",
    "react-native"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "david@excellenteasy.com",
      "name": "davidpfahler"
    },
    {
      "email": "max@maxlielje.co",
      "name": "mxlje"
    }
  ],
  "name": "redbox-react",
  "optionalDependencies": {},
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0",
    "react-dom": "^0.14.0 || ^15.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commissure/redbox-react.git"
  },
  "scripts": {
    "build": "npm run build:umd && npm run build:umd:min && npm run build:lib",
    "build:lib": "babel src --out-dir lib",
    "build:umd": "webpack src/index.js dist/redbox.js",
    "build:umd:min": "webpack --config webpack.config.prod.js src/index.js dist/redbox.min.js",
    "clean": "rimraf dist lib tmp",
    "prepublish": "npm run clean && npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "standard ./src && babel-node ./tests | tap-spec"
  },
  "version": "1.3.3"
}
