forked from tokict/react-native-comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 881 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
{
"author": {
"name": "Tino Tokic",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/tokict/react-native-comments/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "^15.5.10",
"react-native-collapsible": "^0.9.0",
"react-native-timeago": "^0.4.0",
"react-native-vector-icons": "^4.3.0"
},
"deprecated": false,
"description": "Complete view component for rendering comments in RN",
"homepage": "https://github.com/tokict/react-native-comments#readme",
"keywords": ["react-native", "react-native-comments", "comments"],
"license": "MIT",
"main": "index.js",
"name": "react-native-comments",
"peerDependencies": {
"react-native": "0.51"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokict/react-native-comments.git"
},
"version": "1.0.22"
}