-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
47 lines (47 loc) · 1.2 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
47
{
"name": "cordova-plugin-firebase-crashlytics",
"version": "1.2.0",
"cordova": {
"id": "cordova-plugin-firebase-crashlytics",
"platforms": [
"android",
"ios",
"browser"
]
},
"types": "./types/index.d.ts",
"engines": {
"cordovaDependencies": {
"0.0.7": {
"cordova": ">=7.0.0",
"cordova-android": ">=8.0.0",
"cordova-ios": ">=5.0.0"
}
}
},
"description": "A Google Firebase Crashlytics plugin",
"repository": {
"type": "git",
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firebase-crashlytics.git"
},
"author": "Richard Windley <[email protected]> (http://www.reallysmall.co.uk)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firebase-crashlytics/issues"
},
"homepage": "https://github.com/ReallySmallSoftware/cordova-plugin-firebase-crashlytics",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"dependencies": {
"xcode": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"jshint-junit-reporter": "^0.2.3"
}
}