-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
41 lines (41 loc) · 1.1 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
{
"name": "purescript-fuzzy",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/citizennet/purescript-fuzzy.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-console": "^v5.0.0",
"purescript-datetime": "^v5.0.0",
"purescript-effect": "^v3.0.0",
"purescript-foldable-traversable": "^v5.0.0",
"purescript-foreign-object": "^v3.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-ordered-collections": "^v2.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-rationals": "^v5.0.0",
"purescript-strings": "^v5.0.0",
"purescript-test-unit": "^v16.0.0",
"purescript-tuples": "^v6.0.0"
},
"resolutions": {
"purescript-newtype": "^v4.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-functions": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-control": "^5.0.0",
"purescript-maybe": "^5.0.0",
"purescript-math": "^3.0.0",
"purescript-invariant": "^5.0.0"
}
}