SIGN IN SIGN UP
reasonml / reason UNCLAIMED

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

0 0 0 OCaml
{
2017-09-07 21:33:57 -07:00
"name": "reason",
"version": "3.6.1",
2017-09-07 21:33:57 -07:00
"description": "Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
"repository": {
"type": "git",
"url": "https://github.com/facebook/reason.git"
2017-09-07 21:33:57 -07:00
},
2017-10-21 09:09:09 -07:00
"main": "refmt.js",
2017-09-07 21:33:57 -07:00
"keywords": [
"reason",
"ocaml",
"react",
"javascript",
"won't you look at all these nice types"
2017-09-07 21:33:57 -07:00
],
"license": "MIT",
2017-09-07 21:33:57 -07:00
"homepage": "https://github.com/facebook/reason",
"dependencies": {},
2017-09-08 03:11:26 -07:00
"devDependencies": {
"bs-platform": "1.9.3"
2017-09-08 03:11:26 -07:00
},
2017-09-07 21:33:57 -07:00
"scripts": {
"prepublishOnly": "cp .dune-for-prepublish dune && esy @jsoo && ./js/closurefy.sh"
2017-09-07 21:33:57 -07:00
}
}