forked from purescript-halogen/purescript-halogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 1.08 KB
/
bower.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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
34
35
36
37
38
39
40
41
{
"name": "purescript-halogen",
"homepage": "https://github.com/slamdata/purescript-halogen",
"authors": [
"Gary Burgess <gary.burgess@gmail.com>",
"John A. De Goes <john@degoes.net>",
"Phil Freeman <paf31@cantab.net>",
"Jon Sterling <jon@jonmsterling.com>"
],
"description": "A declarative, type-safe UI library for PureScript",
"keywords": [
"purescript",
"halogen",
"ui"
],
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-halogen.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"purescript-aff": "^1.0.0",
"purescript-aff-coroutines": "^2.0.0",
"purescript-aff-free": "^1.0.0",
"purescript-const": "^1.0.0",
"purescript-dom": "^1.1.0",
"purescript-foreign": "^1.0.0",
"purescript-free": "^1.0.0",
"purescript-maps": "^1.0.0",
"purescript-nullable": "^1.0.1",
"purescript-profunctor": "^1.0.0",
"purescript-stalling-coroutines": "^1.0.0",
"purescript-unsafe-coerce": "^1.0.0"
}
}