forked from mikelambert/react-native-fabric-crashlytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
47
48
49
50
{
"name": "react-native-stacktrace",
"version": "1.0.0",
"description": "Drop-in support for capturing errors from React Native's global error handler.",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/collegepulse/react-native-stacktrace/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/collegepulse/react-native-stacktrace.git"
},
"maintainers": [
{
"email": "peter.mikitsh@gmail.com",
"name": "Peter Mikitsh"
}
],
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android"
],
"author": "",
"license": "ISC",
"dependencies": {},
"peerDependencies": {
"react-native": "^0.42.0"
},
"devDependencies": {
"eslint": "3.17.1",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"eslint-plugin-react-native": "2.3.1",
"react-native": "0.42.0"
}
}