-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
46 lines (46 loc) · 1.1 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
46
{
"name": "react-native-exception-handler",
"version": "2.10.10",
"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",
"typings": "index.d.ts",
"scripts": {
"test": "echo no tests && exit 1",
"lint": "eslint app/",
"lint:fix": "eslint app/ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a7ul/react-native-exception-handler"
},
"keywords": [
"modal",
"react",
"native",
"exception",
"handler",
"red",
"screen",
"production",
"ios",
"android",
"bug",
"capture"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "a7ul",
"license": "MIT",
"bugs": {
"url": "https://github.com/a7ul/react-native-exception-handler/issues"
},
"homepage": "https://github.com/a7ul/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"
}
}