forked from nsaunders/purescript-web-resize-observer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 822 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
{
"name": "purescript-web-resize-observer",
"homepage": "https://github.com/purescript-web/purescript-web-resize-observer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nsaunders/purescript-web-resize-observer.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"bower.json",
"package.json"
],
"devDependencies": {
"purescript-console": "^6.0.0",
"purescript-web-html": "^4.1.0"
},
"dependencies": {
"purescript-foreign": "^7.0.0",
"purescript-web-dom": "^6.0.0",
"purescript-record": "^4.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-either": "^6.1.0",
"purescript-arrays": "^7.1.0",
"purescript-transformers": "^6.0.0",
"purescript-control": "^6.0.0"
}
}