-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "react-native-easy-chat-ui",
"version": "0.4.14",
"description": "chat UI for React Native",
"main": "index.js",
"directories": {
"example": "Demo"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaiYz/react-native-chat.git"
},
"keywords": [
"ios",
"android",
"react-native",
"wechat",
"IM",
"chat"
],
"author": "DaiYz",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaiYz/react-native-chat/issues"
},
"homepage": "https://github.com/DaiYz/react-native-chat#readme",
"peerDependencies": {
"react": "*",
"prop-types": "*",
"react-native": "*"
},
"dependencies": {
"moment": "^2.22.2"
},
"devDependencies": {
"react": "16.2.0",
"react-native": "0.52.2",
"prop-types": "15.6.2",
"babel-jest": "23.6.0",
"babel-preset-react-native": "4.0.1",
"jest": "23.6.0",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}