-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
26 lines (26 loc) · 834 Bytes
/
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
{
"name": "cordova-plugin-google-firebase",
"version": "0.15.0",
"description": "Cordova plugin for Google Firebase.",
"author": "Joshua McFarland",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mcfarljw/cordova-plugin-google-firebase"
},
"scripts": {
"build:android": "node scripts/build-android",
"build:ios": "node scripts/build-ios",
"publish": "cd plugin && npm publish",
"setup": "node scripts/setup",
"open:android": "open -a /Applications/Android\\ Studio.app test/platforms/android",
"open:ios": "open test/platforms/ios/Firebase\\ Test.xcworkspace",
"test:android": "node scripts/test-android",
"test:ios": "node scripts/test-ios"
},
"dependencies": {
"cordova": "^10.0.0",
"fs-extra": "^9.0.1",
"shelljs": "^0.8.4"
}
}