bs-readline
Version:
Node.js Readline for Reason
15 lines (14 loc) • 479 B
JSON
// This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "bs-readline",
"version": "1.0.4",
"sources": {
"dir" : "src",
"subdirs" : true
},
"warnings": {
"error" : "+101"
},
"refmt": 3
}