forked from CharlesMangwa/react-native-simple-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 667 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 667 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
{
"name": "react-native-simple-markdown",
"repository": {
"url": "https://github.com/CharlesMangwa/react-native-simple-markdown.git",
"type": "git"
},
"version": "1.0.60",
"description": "Render Markdown in React Native with native components (iOS & Android)",
"main": "index.js",
"author": "Charles Mangwa <charlesmangwa@gmail.com> (http://carlito.ninja)",
"dependencies": {
"lodash": "^4.15.0",
"simple-markdown": "git://github.com/CharlesMangwa/simple-markdown.git"
},
"peerDependencies": {
"react-native": "*"
},
"keywords": [
"react-native",
"native",
"markdown",
"md",
"parse",
"parser"
]
}