-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
29 lines (29 loc) · 816 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
{
"name": "purescript-web-resize-observer",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/nsaunders/purescript-web-resize-observer"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v7.1.0",
"purescript-console": "^v6.0.0",
"purescript-control": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.1.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-foreign": "^v7.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-record": "^v4.0.0",
"purescript-transformers": "^v6.0.0",
"purescript-web-dom": "^v6.0.0"
}
}