{ "name": "@yyyyu/react-native-wechat", "author": "yyyyu ", "version": "2.1.1", "keywords": [ "react-native", "wechat" ], "description": "react native for wechat.", "license": "MIT", "homepage": "https://github.com/yyyyu/react-native-wechat", "repository": { "type": "git", "url": "git@github.com:yyyyu/react-native-wechat.git" }, "main": "index.js", "scripts": { "postinstall": "node scripts/postinstall" }, "rnpm": { "commands": { "postlink": "node node_modules/@yyyyu/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" } }