-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
31 lines (31 loc) · 902 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
31
{
"name": "purescript-parsing-dataview",
"license": [
"BSD-2-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/rowtype-yoga/purescript-parsing-dataview"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arraybuffer": "^v13.1.1",
"purescript-arraybuffer-types": "^v3.0.2",
"purescript-effect": "^v4.0.0",
"purescript-enums": "^v6.0.1",
"purescript-float32": "^v2.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-parsing": "^v10.2.0",
"purescript-prelude": "^v6.0.1",
"purescript-strings": "^v6.0.1",
"purescript-tailrec": "^v6.1.0",
"purescript-transformers": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-uint": "^v7.0.0"
}
}