UNPKG

redbox-react

Version:

A redbox (rsod) component to display your errors.

63 lines 1.8 kB
{ "name": "redbox-react", "description": "A redbox (rsod) component to display your errors.", "main": "lib/index.js", "files": [ "dist", "lib", "src" ], "scripts": { "clean": "rimraf dist lib tmp", "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", "build:lib": "babel src --out-dir lib", "build": "npm run build:umd && npm run build:umd:min && npm run build:lib", "lint": "standard ./src", "prepublish": "npm run clean && npm run build", "test": "npm run lint -s && babel-node ./tests | tap-spec", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "git+https://github.com/KeywordBrain/redbox-react.git" }, "author": "David Pfahler <david@keywordbrain.com>", "license": "MIT", "bugs": { "url": "https://github.com/KeywordBrain/redbox-react/issues" }, "homepage": "https://github.com/KeywordBrain/redbox-react", "keywords": [ "redbox", "rsod", "react", "react-native" ], "devDependencies": { "babel": "^5.5.8", "babel-core": "^5.6.18", "babel-eslint": "^3.1.15", "babel-loader": "^5.1.4", "babel-plugin-rewire": "^0.1.22", "react-addons-test-utils": "^0.14.0 || ^15.0.0", "rimraf": "^2.3.4", "semantic-release": "^4.0.0", "standard": "^5.0.0-2", "tap-spec": "^4.0.2", "tape": "^4.0.1", "webpack": "^1.9.6", "webpack-dev-server": "^1.8.2" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0" }, "dependencies": { "error-stack-parser": "^1.2.0", "object-assign": "^4.0.1" }, "standard": { "parser": "babel-eslint" }, "version": "1.2.4" }