reason-react
Version:
React bindings for Reason
48 lines (47 loc) • 888 B
JSON
{
"name": "reason-react",
"version": "0.11.0",
"description": "React bindings for Reason",
"files": [
"dune",
"dune-project",
"README.md",
"HISTORY.md",
"LICENSE",
"src",
"ppx/src",
"reason-react-ppx.opam",
"reason-react.opam"
],
"keywords": [
"reasonml",
"react"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml/reason-react.git"
},
"homepage": "https://reasonml.github.io/reason-react/",
"devDependencies": {
"jest": "^26.0.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"peerDependencies": {
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"jest": {
"moduleDirectories": [
"node_modules"
],
"roots": [
"_build/default/test/test/test"
],
"testMatch": [
"**/*__test.bs.js"
]
}
}