{
  "name": "react-native-background-fetch-hive",
  "version": "2.4.1",
  "description": "iOS & Android BackgroundFetch API implementation for React Native",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bvic23/react-native-background-fetch-hive.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "background",
    "fetch"
  ],
  "author": "Chris Scott, Transistor Software <chris@transistorsoft.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bvic23/react-native-background-fetch-hive/issues"
  },
  "rnpm": {
    "commands": {
      "postlink": "node_modules/react-native-background-fetch-hive/scripts/postlink.js",
      "postunlink": "node_modules/react-native-background-fetch-hive/scripts/postunlink.js"
    }
  },
  "homepage": "https://github.com/bvic23/react-native-background-fetch-hive",
  "peerDependencies": {
    "react-native": ">=0.28.0"
  },
  "devDependencies": {
    "react-native": "^0.52.0"
  },
  "dependencies": {
    "fast-plist": "^0.1.2",
    "plist": "^2.0.1",
    "xcode": "^0.9.1"
  }
}
