mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
39 lines
883 B
JSON
39 lines
883 B
JSON
{
|
|
"name": "react-native-wechat-lib",
|
|
"version": "1.1.3",
|
|
"description": "react-native library for wechat app. 支持分享和拉起小程序。",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/little-snow-fox/react-native-wechat-lib.git"
|
|
},
|
|
"keywords": [
|
|
"wechat",
|
|
"react-native",
|
|
"react",
|
|
"react-component",
|
|
"ios"
|
|
],
|
|
"dependencies": {
|
|
"events": "1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.40"
|
|
},
|
|
"author": "little-snow-fox <fox@sfxh.cc>",
|
|
"contributors": [
|
|
{
|
|
"name": "little-snow-fox",
|
|
"email": "fox@sfxh.cc"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/little-snow-fox/react-native-wechat-lib/issues"
|
|
},
|
|
"homepage": "https://github.com/little-snow-fox/react-native-wechat-lib#readme"
|
|
}
|