forked from jpush/aurora-imui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (44 loc) · 1.09 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
{
"name": "aurora-imui-react-native",
"version": "0.14.0",
"description": "aurora imui plugin for react native application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:jpush/aurora-imui.git"
},
"keywords": [
"react",
"native",
"imui"
],
"author": "KenChoi, huminiOS",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpush/aurora-imui/issues"
},
"files": [
"iOS/IMUICommon",
"iOS/IMUIInputView",
"iOS/IMUIMessageCollectionView",
"ReactNative/android/",
"ReactNative/ios/",
"ReactNative/*.js",
"ReactNative/package.json"
],
"homepage": "https://github.com/jpush/aurora-imui",
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"CoreTelephony",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"CoreGraphics"
]
}
}
}