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
54 lines (54 loc) · 1.51 KB
/
bower.json
File metadata and controls
54 lines (54 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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": "^4.0.0",
"purescript-const": "^3.0.0",
"purescript-coroutines": "^4.0.0",
"purescript-dom": "^4.10.0",
"purescript-dom-indexed": "^5.0.0",
"purescript-foreign": "^4.0.1",
"purescript-fork": "^3.0.0",
"purescript-free": "^4.1.0",
"purescript-freeap": "^3.0.1",
"purescript-halogen-vdom": "^2.0.0",
"purescript-maps": "^3.5.2",
"purescript-media-types": "^3.0.0",
"purescript-nullable": "^3.0.0",
"purescript-parallel": "^3.3.0",
"purescript-profunctor": "^3.2.0",
"purescript-profunctor-lenses": "^3.7.0",
"purescript-unsafe-coerce": "^3.0.0",
"purescript-unsafe-reference": "^2.0.0"
},
"devDependencies": {
"purescript-ace": "^4.0.0",
"purescript-aff-coroutines": "^6.0.0",
"purescript-affjax": "^5.0.0",
"purescript-random": "^3.0.0",
"purescript-reflection": "^3.0.0"
}
}