bs-react-on-rails
Version:
BuckleScript bindings to react-on-rails
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "bs-react-on-rails",
"version": "0.2.0",
"description": "BuckleScript bindings to react-on-rails",
"main": "src/ReactOnRails.re",
"author": "Alex Fedoseev <alex.fedoseev@gmail.com>",
"license": "MIT",
"scripts": {
"start": "bsb -clean-world -make-world -w",
"build": "bsb -clean-world -make-world",
"clean": "bsb -clean-world",
"test": "exit 0",
"refmt": "find -E . -regex '.+\\.rei?' -exec refmt --in-place {} \\;",
"preversion": "yarn run clean && yarn run refmt"
},
"files": [
"src",
"bsconfig.json"
],
"keywords": [
"react",
"reason",
"reasonml",
"reason-react",
"rails",
"react-on-rails",
"ocaml",
"bucklescript"
],
"homepage": "https://github.com/shakacode/bs-react-on-rails",
"repository": {
"type": "git",
"url": "https://github.com/shakacode/bs-react-on-rails.git"
},
"bugs": "https://github.com/shakacode/bs-react-on-rails/issues",
"peerDependencies": {
"bs-platform": "^2.2.2 || ^3.0.0",
"react-on-rails": "^10.1.3",
"reason-react": "^0.3.4"
},
"devDependencies": {
"bs-platform": "3.0.0",
"react-on-rails": "10.1.4",
"reason-react": "0.3.4"
}
}