forked from Benjamin-Dobell/react-native-markdown-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 859 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
32
33
34
{
"name": "react-native-markdown-view",
"version": "1.1.4",
"description": "React Native Markdown View",
"main": "index.js",
"keywords": [
"react",
"react-native",
"markdown",
"react-component"
],
"author": {
"name": "Benjamin Dobell",
"email": "[email protected]"
},
"homepage": "https://github.com/Benjamin-Dobell/react-native-markdown-view",
"bugs": {
"url": "https://github.com/Benjamin-Dobell/react-native-markdown-view/issues"
},
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/Benjamin-Dobell/react-native-markdown-view.git"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.10",
"react-native-tabular-grid-markdown-view": "0.1.x",
"simple-markdown": "0.6.x"
},
"devDependencies": {
"flow-bin": "^0.36.0"
}
}