UNPKG

react-native-markdown-renderer

Version:

Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).

37 lines (36 loc) 998 B
{ "name": "react-native-markdown-renderer", "version": "2.0.2", "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.4.0", "prop-types": "^15.5.10", "react-native-fit-image": "^1.5.2" }, "peerDependencies": { "react": "^15.x", "react-native": "^0.44.0" } }