{
  "name": "superid-react-native",
  "author": "Yourtion <yourtion@gmail.com>",
  "version": "0.7.0",
  "description": "SuperID SDK in ReactNative",
  "license": "MIT",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourtion/ReactNative-SuperID.git"
  },
  "bugs": {
    "url": "https://github.com/yourtion/ReactNative-SuperID/issues"
  },
  "homepage": "https://github.com/yourtion/ReactNative-SuperID#readme",
  "keywords": [
    "SuperID",
    "facelogin",
    "react",
    "react-native"
  ],
  "scripts": {
    "start": "(JS_DIR=`pwd`/example; cd node_modules/react-native; npm run start -- --root $JS_DIR)",
    "pod": "cd iOS/SuperIDRN-Demo && pod install"
  },
  "peerDependencies": {
    "react-native": ">= 0.30"
  }
}
