-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
37 lines (37 loc) · 1.37 KB
/
bower.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
{
"name": "purescript-fetch",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/rowtype-yoga/purescript-fetch.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.1.0",
"purescript-arraybuffer-types": "^v3.0.2",
"purescript-bifunctors": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.1.0",
"purescript-foreign": "^v7.0.0",
"purescript-http-methods": "^v6.0.0",
"purescript-js-fetch": "https://github.com/purescript-contrib/purescript-js-fetch.git#v0.2.1",
"purescript-js-promise": "https://github.com/purescript-contrib/purescript-js-promise.git#v1.0.0",
"purescript-js-promise-aff": "https://github.com/purescript-contrib/purescript-js-promise-aff.git#v1.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-ordered-collections": "^v3.1.1",
"purescript-prelude": "^v6.0.1",
"purescript-record": "^v4.0.0",
"purescript-strings": "^v6.0.1",
"purescript-typelevel-prelude": "^v7.0.0",
"purescript-web-file": "^v4.0.0",
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#v4.0.0"
}
}