{
  "_args": [
    [
      {
        "raw": "redbox-react@^1.2.5",
        "scope": null,
        "escapedName": "redbox-react",
        "name": "redbox-react",
        "rawSpec": "^1.2.5",
        "spec": ">=1.2.5 <2.0.0",
        "type": "range"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/react-hot-loader"
    ]
  ],
  "_from": "redbox-react@>=1.2.5 <2.0.0",
  "_id": "redbox-react@1.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/redbox-react",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/redbox-react-1.3.0.tgz_1470654953169_0.8025230334606022"
  },
  "_npmUser": {
    "name": "mxlje",
    "email": "max@maxlielje.co"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "redbox-react@^1.2.5",
    "scope": null,
    "escapedName": "redbox-react",
    "name": "redbox-react",
    "rawSpec": "^1.2.5",
    "spec": ">=1.2.5 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/react-hot-loader"
  ],
  "_resolved": "https://registry.npmjs.org/redbox-react/-/redbox-react-1.3.0.tgz",
  "_shasum": "a3f9b5ce2d6fdd1a5b671f20f7611c411b18a2fc",
  "_shrinkwrap": null,
  "_spec": "redbox-react@^1.2.5",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/react-hot-loader",
  "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",
    "react-dom": "^0.14.0 || ^15.0.0"
  },
  "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",
    "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": "a3f9b5ce2d6fdd1a5b671f20f7611c411b18a2fc",
    "tarball": "https://registry.npmjs.org/redbox-react/-/redbox-react-1.3.0.tgz"
  },
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "gitHead": "8ac1d5f4d9587991b99cd65a26b8085ff93d7e9b",
  "homepage": "https://github.com/commissure/redbox-react",
  "keywords": [
    "redbox",
    "rsod",
    "react",
    "react-native"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "davidpfahler",
      "email": "david@excellenteasy.com"
    },
    {
      "name": "mxlje",
      "email": "max@maxlielje.co"
    }
  ],
  "name": "redbox-react",
  "optionalDependencies": {},
  "peerDependencies": {
    "react": "^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.0"
}
