{ "name": "@yyyyu/react-native-wechat", "author": "yyyyu ", "version": "2.0.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": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node scripts/postinstall" }, "rnpm": { "commands": { "postlink": "node node_modules/@yyyyu/react-native-wechat/scripts/postlink" } }, "peerDependencies": { "react-native": ">0.50.0" }, "devDependencies": { "standard": "^11.0.1" } }