{
  "name": "react-native-huawei-protected-apps-settings",
  "version": "0.1.8",
  "description": "Customized dialog alerting the user of the battery save mode 'Protected Apps' of Huawei smartphones",
  "main": "index.js",
  "directories": {
    "android": "android"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new HuaweiProtectedAppsPackage()",
      "sourceDir": "./android"
    }
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:achigara/react-native-huawei-protected-apps.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "android",
    "Huawei",
    "Protected",
    "apps"
  ],
  "author": "Pascal Gengoux",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pgengoux/react-native-huawei-protected-apps/issues"
  },
  "homepage": "https://github.com/pgengoux/react-native-huawei-protected-apps",
  "dependencies": {
  },
  "peerDependencies": {
    "react-native": ">=0.47"
  }
}
