-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
28 lines (28 loc) · 871 Bytes
/
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
{
"name": "purescript-web-fetch",
"homepage": "https://github.com/purescript-web/purescript-web-fetch",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/purescript-web/purescript-web-fetch.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-effect": "^4.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-http-methods": "^6.0.0",
"purescript-js-promise": "https://github.com/purescript-contrib/purescript-js-promise.git#^1.0.0",
"purescript-prelude": "^6.0.0",
"purescript-record": "^4.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-web-file": "^4.0.0",
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#^4.0.0"
}
}