-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
30 lines (30 loc) · 930 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
29
30
{
"name": "purescript-node-buffer-blob",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-node/purescript-node-buffer-blob.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff-promise": "^v4.0.0",
"purescript-arraybuffer-types": "^v3.0.2",
"purescript-assert": "^v6.0.0",
"purescript-console": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-media-types": "^v6.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-node-buffer": "^v8.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#v3.0.0"
}
}