forked from yorkie/react-native-wechat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-native-wechat",
"version": "1.9.10",
"description": "react-native library for wechat app",
"main": "index.js",
"scripts": {
"test": "echo 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/weflex/react-native-wechat.git"
},
"keywords": [
"wechat",
"react",
"react-native",
"react-component",
"ios"
],
"dependencies": {
"events": "1.0.2"
},
"peerDependencies": {
"react-native": ">=0.40"
},
"author": "Yorkie Liu <[email protected]>",
"contributors": [
{
"name": "Yorkie Liu",
"email": "[email protected]"
},
{
"name": "Deng Yun",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/weflex/react-native-wechat/issues"
},
"homepage": "https://github.com/weflex/react-native-wechat#readme"
}