Files
react-native-wechat-1/package.json
2018-05-15 14:57:33 +08:00

33 lines
773 B
JSON

{
"name": "@yyyyu/react-native-wechat",
"author": "yyyyu <g592842897@gmail.com>",
"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"
}
}