{
  "name": "react-native-goby",
  "version": "0.0.5",
  "description": "React Native plugin for the Goby service",
  "main": "Goby.js",
  "types": "types/index.d.ts",
  "homepage": "https://github.com/MessageDream/react-native-goby",
  "keywords": [
    "react-native",
    "code",
    "push"
  ],
  "author": "jaydenzhao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/MessageDream/react-native-goby"
  },
  "dependencies": {
    "@types/react": "*",
    "@types/react-native": "*",
    "glob": "^5.0.15",
    "inquirer": "1.1.2",
    "plist": "1.2.0",
    "xcode": "0.9.2"
  },
  "devDependencies": {
    "archiver": "latest",
    "body-parser": "latest",
    "goby-plugin-testing-framework": "file:./goby-testing-framework",
    "del": "latest",
    "express": "latest",
    "gulp-insert": "latest",
    "gulp-tslint": "latest",
    "gulp-typescript": "2.12.2",
    "mkdirp": "latest",
    "q": "^1.4.1",
    "run-sequence": "latest",
    "tslint": "^4.3.1",
    "typescript": "^2.1.5"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new Goby(${androidDeploymentKey}, getApplicationContext(), BuildConfig.DEBUG)"
    },
    "ios": {
      "sharedLibraries": [
        "libz"
      ]
    },
    "params": [
      {
        "type": "input",
        "name": "androidDeploymentKey",
        "message": "What is your Goby deployment key for Android (hit <ENTER> to ignore)"
      }
    ],
    "commands": {
      "postlink": "node node_modules/react-native-goby/scripts/postlink/run"
    }
  }
}
