forked from andangrd/react-native-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) · 688 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 688 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-markdown",
"repository": {
"type": "git",
"url": "https://github.com/andangrd/simple-markdown.git"
},
"version": "0.1.5",
"description": "A component for rendering Markdown in React Native",
"main": "Markdown.js",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com) edited by andangrd",
"dependencies": {
"create-react-class": "^15.6.2",
"lodash": "^4.12.0",
"prop-types": "^15.6.0",
"react-native-lightbox": "^0.7.0",
"simple-markdown-custom": "git://github.com/andangrd/simple-markdown.git"
},
"keywords": [
"react",
"native",
"markdown",
"md",
"parse",
"parser"
]
}