-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
39 lines (39 loc) · 1.23 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
{
"name": "purescript-purescript-firestore",
"license": [
"Hippocratic 2.1"
],
"repository": {
"type": "git",
"url": "https://github.com/statebox/purescript-firestore"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v5.1.2",
"purescript-aff-promise": "^v2.1.0",
"purescript-argonaut": "^v6.0.0",
"purescript-arrays": "^v5.3.1",
"purescript-dotenv": "^v1.0.0",
"purescript-effect": "^v2.0.1",
"purescript-exceptions": "^v4.0.0",
"purescript-foldable-traversable": "^v4.1.1",
"purescript-foreign-object": "^v2.0.3",
"purescript-functions": "^v4.0.0",
"purescript-maybe": "^v4.0.1",
"purescript-node-process": "^v7.0.0",
"purescript-nullable": "^v4.1.1",
"purescript-profunctor": "^v4.1.0",
"purescript-psci-support": "^v4.0.0",
"purescript-quickcheck": "^v6.1.0",
"purescript-refs": "^v4.1.0",
"purescript-spec": "^v4.0.1",
"purescript-spec-quickcheck": "^v3.1.0",
"purescript-strings": "^v4.0.1",
"purescript-transformers": "^v4.2.0"
}
}