forked from purescript-halogen/purescript-halogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
57 lines (57 loc) · 1.64 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "purescript-halogen",
"homepage": "https://github.com/slamdata/purescript-halogen",
"authors": [
"Gary Burgess <[email protected]>",
"John A. De Goes <[email protected]>",
"Phil Freeman <[email protected]>",
"Jon Sterling <[email protected]>"
],
"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": "^5.0.0",
"purescript-avar": "^3.0.0",
"purescript-const": "^4.0.0",
"purescript-console": "^4.1.0",
"purescript-coroutines": "^5.0.0",
"purescript-web-uievents": "^1.0.0",
"purescript-dom-indexed": "^6.0.0",
"purescript-foreign": "^5.0.0",
"purescript-fork": "^4.0.0",
"purescript-free": "^5.0.0",
"purescript-freeap": "^5.0.0",
"purescript-halogen-vdom": "^3.0.0",
"purescript-ordered-collections": "^1.0.0",
"purescript-media-types": "^4.0.0",
"purescript-nullable": "^4.0.0",
"purescript-parallel": "^4.0.0",
"purescript-profunctor": "^4.0.0",
"purescript-profunctor-lenses": "^4.0.0",
"purescript-transformers": "^4.1.0",
"purescript-unsafe-coerce": "^4.0.0",
"purescript-unsafe-reference": "^3.0.0"
},
"devDependencies": {
"purescript-ace": "^5.0.0",
"purescript-aff-coroutines": "^7.0.0",
"purescript-affjax": "^6.0.0",
"purescript-random": "^4.0.0",
"purescript-web-socket": "^1.0.0"
}
}