We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb68ff7 commit 16bb72aCopy full SHA for 16bb72a
bower.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "purescript-halogen-subscriptions",
3
+ "license": [
4
+ "Apache-2.0"
5
+ ],
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/purescript-halogen/purescript-halogen-subscriptions"
9
+ },
10
+ "ignore": [
11
+ "**/.*",
12
+ "node_modules",
13
+ "bower_components",
14
+ "output"
15
16
+ "dependencies": {
17
+ "purescript-arrays": "^v6.0.0",
18
+ "purescript-effect": "^v3.0.0",
19
+ "purescript-foldable-traversable": "^v5.0.0",
20
+ "purescript-functors": "^v4.0.0",
21
+ "purescript-refs": "^v5.0.0",
22
+ "purescript-safe-coerce": "^v1.0.0",
23
+ "purescript-unsafe-reference": "^v4.0.0"
24
+ }
25
+}
0 commit comments