{
  "name": "br.com.fbregistropro",
  "displayName": "RegistroPro",
  "version": "1.0.5",
  "description": "Desenvolvido pela empresa FB Tecnologia para o registro e controle de ponto.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ecosystem:cordova"
  ],
  "author": "Apache Cordova Team",
  "license": "Apache-2.0",
  "devDependencies": {
    "cordova-android": "^15.0.0",
    "cordova-browser": "^7.0.0",
    "cordova-open-native-settings": "^1.5.5",
    "cordova-plugin-android-permissions": "^1.1.5",
    "cordova-plugin-device": "^3.0.0",
    "cordova-plugin-fingerprint-aio": "~6.0.1",
    "cordova-plugin-inappbrowser": "^6.0.0",
    "cordova-plugin-registropro-screen-capture": "file:local-plugins/cordova-plugin-registropro-screen-capture",
    "cordova.plugins.diagnostic": "^7.2.3"
  },
  "cordova": {
    "platforms": [
      "android",
      "browser"
    ],
    "plugins": {
      "cordova-open-native-settings": {},
      "cordova-plugin-registropro-screen-capture": {},
      "cordova-plugin-fingerprint-aio": {
        "FACEID_USAGE_DESCRIPTION": "Use a biometria para entrar no RegistroPro."
      },
      "cordova-plugin-inappbrowser": {},
      "cordova.plugins.diagnostic": {
        "ANDROIDX_VERSION": "1.0.0",
        "ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
      },
      "cordova-plugin-android-permissions": {},
      "cordova-plugin-device": {}
    }
  }
}
