{
  "name": "react-native-instabug",
  "version": "3.0.1",
  "description": "React Native plugin for integrating the Instabug SDK",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kennytian/react-native-instabug.git"
  },
  "keywords": [
    "react-native",
    "bug",
    "feedback",
    "reporting",
    "instabug",
    "sdk"
  ],
  "author": {
    "name": "Kenny Tian",
    "url": "https://github.com/Kennytian",
    "email": "kenny_tian@outlook.com"
  },
  "contributors": [
    {
      "name": "张艳",
      "url": "https://github.com/emmaplus",
      "email": "zy_sunday@163.com"
    },
    {
      "name": "Prithvi Sharma",
      "url": "https://github.com/prithsharma"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Kennytian/react-native-instabug/issues"
  },
  "homepage": "https://github.com/Kennytian/react-native-instabug#readme",
  "rnpm": {
    "android": {
      "packageInstance": "new InstabugPackage(${androidApplicationToken}, MainApplication.this)"
    },
    "params": [
      {
        "type": "input",
        "name": "androidApplicationToken",
        "message": "What is your Instabug application token for Android (hit <ENTER> to ignore)"
      }
    ],
    "commands": {
      "postlink": "node node_modules/react-native-instabug/scripts/postlink/run"
    }
  },
  "devDependencies": {
    "babel-eslint": "^7.1.0",
    "eslint": "^3.9.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1"
  }
}
