{
  "name": "react-native-apex-orientation",
  "version": "1.0.0",
  "description": "引用自react-native-orientation",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "orientation",
    "react-native",
    "ios",
    "android"
  ],
  "peerDependencies": {
    "react-native": ">=0.56"
  },
  "license": "ISC",
  "homepage": "https://github.com/yamill/react-native-orientation#readme",
  "rnpm": {
    "android": {
      "packageInstance": "new OrientationPackage()"
    },
    "ios": {
      "project": "iOS/RCTOrientation.xcodeproj"
    }
  }
}
