-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 806 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 806 Bytes
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
{
"name": "purescript-halogen-subscriptions",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-halogen/purescript-halogen-subscriptions"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v7.0.0",
"purescript-contravariant": "^v6.0.0",
"purescript-control": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-refs": "^v6.0.0",
"purescript-safe-coerce": "^v2.0.0",
"purescript-unsafe-reference": "^v5.0.0"
}
}