bs-fetch
Version:
Fetch bindings for BuckleScript
31 lines (30 loc) • 683 B
JSON
{
"name": "bs-fetch",
"version": "0.6.2",
"description": "Fetch bindings for BuckleScript",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-community/bs-fetch.git"
},
"keywords": [
"fetch",
"browser",
"xhr",
"bucklescript"
],
"author": "glennsl",
"license": "MIT",
"bugs": {
"url": "https://github.com/reasonml-community/bs-fetch/issues"
},
"homepage": "https://github.com/reasonml-community/bs-fetch#readme",
"devDependencies": {
"bs-platform": "^7.0.1"
}
}