-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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-crashalert",
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.52.0"
},
"version": "3.0.5",
"author": {
"name": "Sytango Technologies",
"email": "[email protected]"
},
"description": "Library of react native components which allow reporting steps leading to an application crash",
"keywords": [
"crashlytics",
"react native crashlyzer",
"crash viewer",
"crashlyzer",
"issue reporter",
"crash",
"bug",
"crash-report",
"crash reporter",
"react-component",
"react-native",
"ios",
"android"
],
"license": "MIT",
"main": "index.js",
"dependencies": {
"react-native-device-info": "^0.21.5",
"react-native-sqlite-storage": "^3.3.4"
},
"maintainers": [
{
"name": "Sytango Technologies",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/SystangoTechnologies/Crashalert.git"
},
"homepage": "https://github.com/SystangoTechnologies/Crashalert"
}