-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
33 lines (33 loc) · 981 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
32
33
{
"name": "purescript-dissect",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/PureFunctor/purescript-dissect.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.0.0",
"purescript-arrays": "^v7.0.0",
"purescript-bifunctors": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-foreign-object": "^v4.0.0",
"purescript-functors": "^v5.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-partial": "^v4.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-spec": "^v7.0.0",
"purescript-tailrec": "^v6.0.0",
"purescript-type-equality": "^v4.0.1",
"purescript-typelevel-prelude": "^v7.0.0",
"purescript-unsafe-coerce": "^v6.0.0",
"purescript-variant": "^v8.0.0"
}
}