reason-react-brunch
Version:
React bindings for Reason, modified to work with brunch and bucklescript
32 lines (31 loc) • 734 B
JSON
{
"name": "reason-react-brunch",
"version": "0.4.4",
"description": "React bindings for Reason, modified to work with brunch and bucklescript",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "exit 0"
},
"keywords": [
"reasonml",
"bucklescript",
"react"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/akia-ai/reason-react"
},
"homepage": "https://reasonml.github.io/reason-react/",
"devDependencies": {
"bs-platform": "^3.1.4"
},
"dependencies": {
"react": ">=15.0.0 || >=16.0.0",
"react-dom": ">=15.0.0 || >=16.0.0"
}
}