{
  "name": "@syoueicc/react-native-code-push",
  "version": "5.7.1",
  "description": "React Native plugin for the CodePush service fork for bitsoda",
  "main": "CodePush.js",
  "typings": "typings/react-native-code-push.d.ts",
  "homepage": "https://microsoft.github.io/code-push",
  "keywords": [
    "react-native",
    "code",
    "push"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/react-native-code-push"
  },
  "dependencies": {
    "code-push": "^3.0.1",
    "glob": "^5.0.15",
    "hoist-non-react-statics": "^2.3.1",
    "inquirer": "^1.1.2",
    "plist": "3.0.1",
    "semver": "^5.6.0",
    "xcode": "1.0.0"
  },
  "devDependencies": {
    "archiver": "latest",
    "body-parser": "latest",
    "code-push-plugin-testing-framework": "file:./code-push-plugin-testing-framework",
    "del": "latest",
    "express": "latest",
    "gulp-insert": "latest",
    "gulp-tslint": "latest",
    "gulp-typescript": "^5.0.1",
    "mkdirp": "latest",
    "q": "^1.5.1",
    "run-sequence": "latest",
    "tslint": "^5.18.0",
    "typescript": "^2.9.2"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new CodePush(getResources().getString(R.string.reactNativeCodePush_androidDeploymentKey), getApplicationContext(), BuildConfig.DEBUG, getResources().getString(R.string.reactNativeCodePush_androidServerURL))"
    },
    "ios": {
      "sharedLibraries": [
        "libz"
      ]
    },
    "commands": {
      "postlink": "node node_modules/react-native-code-push/scripts/postlink/run",
      "postunlink": "node node_modules/react-native-code-push/scripts/postunlink/run"
    }
  }
}
