package.json 1.1 KB
{
  "name": "@cqfw/react-native-orientation",
  "version": "1.0.0",
  "description": "Listen to device orientation changes in React Native applications and programmatically set preferred orientations on a per screen basis",
  "main": "index.js",
  "scripts": {
    "npm:publish": "npm --registry https://registry.npmjs.org/ --access public publish",
    "npm:sync": "curl -i https://npm.taobao.org/sync/@cqfw/react-native-orientation",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "orientation",
    "react-native",
    "ios",
    "android"
  ],
  "peerDependencies": {
    "react-native": ">=0.62"
  },
  "author": "kurisu",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+git@gitlab.feewee.cn:sdk/react-native-orientation.git"
  },
  "bugs": {
    "url": "http://gitlab.feewee.cn/sdk/react-native-orientation/issues"
  },
  "homepage": "http://gitlab.feewee.cn/sdk/react-native-orientation#readme",
  "rnpm": {
    "android": {
      "packageInstance": "new OrientationPackage()"
    },
    "ios": {
      "project": "iOS/RCTOrientation.xcodeproj"
    }
  }
}