forked from mientjan/react-native-markdown-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 949 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
{
"name": "react-native-markdown-renderer",
"version": "1.3.3",
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mientjan/react-native-markdown-renderer.git"
},
"keywords": [
"react",
"react-native",
"native",
"markdown",
"commonmark",
"markdown-it"
],
"author": "Mient-jan Stelling",
"license": "MIT",
"bugs": {
"url": "https://github.com/mientjan/react-native-markdown-renderer/issues"
},
"homepage": "https://github.com/mientjan/react-native-markdown-renderer#readme",
"dependencies": {
"markdown-it": "^8.3.1",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-fit-image": "^1.4.9"
}
}