-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
61 lines (61 loc) · 1.35 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-qqsdk",
"version": "0.8.2",
"description": "react-native wrapper for qq sdk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "https://github.com/iVanPan",
"license": "MIT",
"bugs": {
"url": "https://github.com/iVanPan/react-native-qqsdk/issues"
},
"homepage": "https://github.com/iVanPan/react-native-qqsdk",
"repository": {
"type": "git",
"url": "git+https://github.com/iVanPan/react-native-qqsdk.git"
},
"keywords": [
"ecosystem:react-native",
"react",
"android",
"ios",
"plugin",
"qqsdk",
"qq",
"Tencent",
"login",
"share",
"favorites"
],
"dependencies": {
"glob": "^5.0.15",
"inquirer": "1.1.2",
"plist": "1.2.0",
"lodash": "4.17.15",
"xcode": "^1.0.0",
"path": "^0.12.7"
},
"peerDependencies": {
"react-native": ">=0.40"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"libiconv",
"libsqlite3",
"libstdc++",
"Security",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics"
]
},
"commands": {
"postlink": "node node_modules/react-native-qqsdk/scripts/postlink/postlink",
"postunlink": "node node_modules/react-native-qqsdk/scripts/postunlink/postunlink"
}
}
}