-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
33 lines (33 loc) · 1.04 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
{
"name": "purescript-redis-client",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/paluh/purescript-redis-client.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v6.0.0",
"purescript-arrays": "^v6.0.1",
"purescript-bytestrings": "^v8.0.0",
"purescript-effect": "^v3.0.0",
"purescript-foldable-traversable": "^v5.0.1",
"purescript-int-53": "https://github.com/paluh/purescript-int-53.git#e4ebfe7edbf9f5275efec14e53d643b6cd505720",
"purescript-maybe": "^v5.0.0",
"purescript-nonempty": "^v6.0.0",
"purescript-nullable": "^v5.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-psci-support": "^v5.0.0",
"purescript-test-unit": "^v16.0.0",
"purescript-transformers": "^v5.2.0",
"purescript-tuples": "^v6.0.1",
"purescript-unsafe-coerce": "^v5.0.0"
}
}