-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 907 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "react-component-errors",
"version": "0.0.6",
"description": "This is a little utility that wraps you're ES6 (or even ES5) React Component's lifecycle methods with a try/catch and is useful in development because it exposes errors thrown that are swallowed by React by default. Now you can more easily diagnose errors during development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/staxmanade/react-component-errors.git"
},
"bugs": {
"url": "https://github.com/staxmanade/react-component-errors/issues"
},
"keywords": [
"React",
"ErrorHandler",
"Testing"
],
"contributors": [
{
"name": "Jason Jarrett",
"email": "jason@elegantcode.com"
}
],
"author": "Jason Jarrett <jason@elegantcode.com>",
"license": "MIT"
}