{
  "name": "sparsha-firebase-authentication",
  "version": "1.0.0",
  "description": "Cordova plugin- Firebase Authentication for Construct 3",
  "cordova": {
    "id": "sparsha-firebase-authentication",
    "platforms": [
      "ios",
      "android"
    ]
  },
  "author": "Sparsha Dhar <sparsha@constructfirebase.com> (https://www.constructfirebase.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://www.constructfirebase.com/contact"
  },
  "dependencies": {
    "xml-js": "^1.6.11"
  },
  "scripts": {
    "version": "replace -s 'version=\"(.+)(?=\">)' 'version=\"'$npm_package_version plugin.xml && git add plugin.xml",
    "postversion": "git push && git push --tags"
  },
  "homepage": "https://www.constructfirebase.com/"
}