-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bs-use-fetch",
"version": "0.2.0",
"description": "ReasonReact useFetch",
"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/hoichi/bs-use-fetch.git"
},
"keywords": [
"fetch",
"browser",
"xhr",
"bucklescript",
"reason",
"hook",
"react",
"reason-react"
],
"author": "hoichi",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoichi/bs-use-fetch/issues"
},
"homepage": "https://github.com/hoichi/bs-use-fetch#readme",
"devDependencies": {
"bs-platform": "^7.0.1",
"decco": "^1.1.1",
"reason-react": "^0.7.0"
},
"peerDependencies": {
"reason-react": "^0.7.0"
},
"dependencies": {
"bs-fetch": "^0.5.0"
}
}