{
  "name": "@liudapeng/react-native-wechat",
  "author": "liudapeng <liudapeng@outlook.com>",
  "version": "2.2.9",
  "keywords": [
    "react-native",
    "wechat"
  ],
  "description": "react native for wechat.",
  "license": "MIT",
  "homepage": "https://github.com/Liudapeng/react-native-wechat",
  "repository": {
    "type": "git",
    "url": "git@github.com:liudapeng/react-native-wechat.git"
  },
  "main": "index.js",
  "scripts": {
    "postinstall": "node scripts/postinstall"
  },
  "rnpm": {
    "commands": {
      "postlink": "node node_modules/@liudapeng/react-native-wechat/scripts/postlink"
    }
  },
  "peerDependencies": {
    "react-native": ">0.50.0"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.3",
    "standard": "^11.0.1"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}