-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "react-native-exception-handler",
"version": "2.9.0",
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
"main": "index.js",
"scripts": {
"test": "echo no tests && exit 1",
"lint": "eslint app/",
"lint:fix": "eslint app/ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/master-atul/react-native-exception-handler"
},
"keywords": [
"modal",
"react",
"native",
"exception",
"handler",
"red",
"screen",
"production",
"ios",
"android",
"bug",
"capture"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "master-atul",
"license": "MIT",
"bugs": {
"url": "https://github.com/master-atul/react-native-exception-handler/issues"
},
"homepage": "https://github.com/master-atul/react-native-exception-handler",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2"
}
}