child-reprocess
Version:
ReasonML bindings for Node's child_process modules
32 lines (31 loc) • 757 B
JSON
{
"name": "child-reprocess",
"version": "0.1.2",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"prepublish": "bsb -clean-world -make-world",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript",
"Reason",
"Node",
"Child",
"Process"
],
"author": "DerivedMate",
"description": "ReasonML bindings for Node's child_process modules",
"repository": {
"type": "git",
"url": "https://github.com/DerivedMate/child-reprocess"
},
"homepage": "https://github.com/DerivedMate/child-reprocess#child-reprocess",
"bugs": {
"url": "https://github.com/DerivedMate/child-reprocess/issues"
},
"license": "MIT",
"devDependencies": {
"bs-platform": "^8.0.3"
}
}