mirror of
https://github.com/zhigang1992/react-native-wechat-1.git
synced 2026-01-12 17:43:04 +08:00
36 lines
794 B
JSON
36 lines
794 B
JSON
{
|
|
"name": "@yyyyu/react-native-wechat",
|
|
"author": "yyyyu <g592842897@gmail.com>",
|
|
"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"
|
|
}
|
|
}
|