bs-react-markdown
Version:
[Reason](https://reasonml.github.io/) binding for [react-markdown](https://github.com/rexxars/react-markdown)
19 lines (18 loc) • 339 B
JSON
{
"name": "bs-react-markdown",
"version": "0.0.9",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"devDependencies": {
"bs-platform": "^2.2.2",
"react-markdown": "^3.3.0"
}
}