-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
48 lines (48 loc) · 1.35 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "purescript-html-parser",
"version": "2.0.0",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-console": "^3.0.0",
"purescript-quickcheck": "^4.0.0",
"purescript-string-parsers": "^3.0.1"
},
"resolutions": {
"purescript-lists": "^3.1.0",
"purescript-eff": "^2.0.0",
"purescript-prelude": "^2.1.0",
"purescript-arrays": "^3.0.0",
"purescript-foldable-traversable": "^2.0.0",
"purescript-bifunctors": "^2.0.0",
"purescript-control": "^2.0.0",
"purescript-newtype": "^1.0.0",
"purescript-maybe": "^2.0.0",
"purescript-monoid": "^2.0.0",
"purescript-invariant": "^2.0.0",
"purescript-st": "^2.0.0",
"purescript-tailrec": "^2.0.0",
"purescript-identity": "^2.0.0",
"purescript-tuples": "^3.0.0",
"purescript-unfoldable": "^2.0.0",
"purescript-unsafe-coerce": "^2.0.0",
"purescript-either": "^2.0.0",
"purescript-exceptions": "^2.0.0",
"purescript-nonempty": "^3.0.0",
"purescript-random": "^2.0.0",
"purescript-integers": "^2.0.0",
"purescript-globals": "^2.0.0",
"purescript-strings": "^2.0.0",
"purescript-transformers": "^2.0.0",
"purescript-lazy": "^2.0.0",
"purescript-distributive": "^2.0.0",
"purescript-console": "^2.0.0"
}
}