forked from purescript-halogen/purescript-halogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 961 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
32
33
34
35
36
{
"name": "purescript-halogen",
"homepage": "https://github.com/slamdata/purescript-halogen",
"authors": [
"Phil Freeman <paf31@cantab.net>"
],
"description": "A declarative, type-safe UI library for PureScript",
"keywords": [
"purescript"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-refs": "~0.1.2",
"purescript-simple-dom": "~0.0.2",
"purescript-foldable-traversable": "~0.3.0",
"purescript-profunctor": "~0.2.1",
"purescript-aff": "~0.10.0",
"purescript-arrays": "~0.3.3",
"purescript-foreign": "~0.4.0",
"purescript-nullable": "~0.1.1",
"purescript-maps": "~0.3.2",
"purescript-bifunctors": "~0.3.1",
"purescript-void": "~0.2.0",
"purescript-exists": "~0.1.1",
"purescript-lists": "~0.6.0",
"purescript-integers": "~0.1.0",
"purescript-css": "~0.1.0"
}
}