-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.12 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-firestore",
"version": "4.1.1",
"cordova": {
"id": "cordova-plugin-firestore",
"platforms": [
"android",
"ios",
"browser"
]
},
"types": "./types/index.d.ts",
"engines": {
"cordovaDependencies": {
"0.0.7": {
"cordova": ">=7.0.0",
"cordova-android": ">=5.0.0",
"cordova-ios": ">=4.0.0"
}
}
},
"description": "A Google Firebase Firestore plugin",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-jshint": "^1.1.0",
"jest": "^24.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firestore.git"
},
"author": "Richard Windley <[email protected]> (http://www.reallysmall.co.uk)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firestore/issues"
},
"homepage": "https://github.com/ReallySmallSoftware/cordova-plugin-firestore",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"scripts": {
"test": "jest"
}
}