react-transform-catch-errors
Version:
React Transform that catches errors inside React components
34 lines (33 loc) • 852 B
JSON
{
"name": "react-transform-catch-errors",
"version": "1.0.1",
"description": "React Transform that catches errors inside React components",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/react-transform-catch-errors.git"
},
"author": "Dan Abramov <dan.abramov@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-transform-catch-errors/issues"
},
"homepage": "https://github.com/gaearon/react-transform-catch-errors#readme",
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
"prepublish": "npm run clean && npm run build"
},
"keywords": [
"react-transform",
"react",
"reactjs",
"errors",
"rhl",
"dx"
],
"devDependencies": {
"babel": "^5.8.23",
"rimraf": "^2.4.3"
}
}