diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:07:20 +0200 |
| commit | 22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch) | |
| tree | 5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/plugins/cordova-plugin-firebasex/package.json | |
| parent | d22d51a1ae49680015326857360eb699f31efced (diff) | |
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-firebasex/package.json')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-firebasex/package.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/package.json b/StoneIsland/plugins/cordova-plugin-firebasex/package.json new file mode 100644 index 00000000..3bdc2292 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-firebasex/package.json @@ -0,0 +1,73 @@ +{ + "_from": "cordova-plugin-firebasex", + "_id": "cordova-plugin-firebasex@10.2.0-cli", + "_inBundle": false, + "_integrity": "sha512-EQWsbVHlr5jHrmi0WCdnkYpV/6BNBhhNIpD0gOIMFrHIETjCPSkV1epeW5nvISRW23OZqd4LAZTQeByFa7AcNQ==", + "_location": "/cordova-plugin-firebasex", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "cordova-plugin-firebasex", + "name": "cordova-plugin-firebasex", + "escapedName": "cordova-plugin-firebasex", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#DEV:/", + "#USER" + ], + "_resolved": "https://registry.npmjs.org/cordova-plugin-firebasex/-/cordova-plugin-firebasex-10.2.0-cli.tgz", + "_shasum": "c1cdeb6d957a35e84977106f0db74c3a129e49ec", + "_spec": "cordova-plugin-firebasex", + "_where": "/Users/user/work/stone-island/StoneIsland", + "author": { + "name": "Dave Alden" + }, + "bugs": { + "url": "https://github.com/dpa99c/cordova-plugin-firebase/issues" + }, + "bundleDependencies": false, + "cordova": { + "id": "cordova-plugin-firebase", + "platforms": [ + "android", + "ios" + ] + }, + "dependencies": { + "plist": "^3.0.1", + "semver": "^7.3.2", + "xcode": "^3.0.1", + "xml-js": "^1.6.11" + }, + "deprecated": false, + "description": "Cordova plugin for Google Firebase", + "homepage": "https://github.com/dpa99c/cordova-plugin-firebase#readme", + "keywords": [ + "ecosystem:cordova", + "cordova-android", + "cordova-ios", + "firebase", + "push", + "notifications", + "phone auth" + ], + "license": "MIT", + "name": "cordova-plugin-firebasex", + "repository": { + "type": "git", + "url": "git+https://github.com/dpa99c/cordova-plugin-firebase.git" + }, + "scripts": { + "postversion": "git push && git push --tags && npm publish --verbose", + "test": "npm run test:ios && npm run test:android", + "test:android": "bash ./test/test-default.sh 9.0.0 android 8.1.0 && bash ./test/test-with-3-plugins.sh 9.0.0 android 8.1.0 cordova-plugin-request-location-accuracy cordova-android-play-services-gradle-release cordova-android-firebase-gradle-release", + "test:ios": "bash ./test/test-default.sh 9.0.0 ios 5.0.1", + "version": "node ./bump-version.js && git add -A plugin.xml" + }, + "types": "./types/index.d.ts", + "version": "10.2.0-cli" +} |
