-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 Bytes
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
{
"name": "react-native-rong-imlib",
"version": "0.1.7",
"description": "React Native下的融云SDK (IMLib) 封装",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-rong-imlib.git"
},
"keywords": [
"react",
"native",
"ios",
"android",
"rong",
"im",
"chat"
],
"author": "reactnativecn",
"license": "ISC",
"bugs": {
"url": "https://github.com/reactnativecn/react-native-rong-imlib/issues"
},
"peerDependencies": {
"react-native": ">=0.18.0"
},
"homepage": "https://github.com/reactnativecn/react-native-rong-imlib#readme",
"dependencies": {
"fbemitter": "^2.0.2"
}
}