{
  "name": "react-native-hockeyapp",
  "version": "0.5.3",
  "description": "HockeyApp plugin for React Native supporting Android and iOS.",
  "main": "index.js",
  "typings": "typings/react-native-hockeyapp.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-component",
    "react-native",
    "hockeyapp",
    "hockeyapp sdk",
    "ios",
    "android"
  ],
  "author": {
    "name": "Ladislav Martincik",
    "email": "ladislav.martincik@gmail.com",
    "url": "https://github.com/martincik"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/slowpath/react-native-hockeyapp"
  },
  "bugs": {
    "url": "https://github.com/slowpath/react-native-hockeyapp/issues"
  },
  "homepage": "https://github.com/slowpath/react-native-hockeyapp",
  "peerDependencies": {
    "react-native": ">= 0.14",
    "invariant": "^2.2.0"
  },
  "license": "MIT"
}
