-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
43 lines (43 loc) · 1.13 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
{
"name": "purescript-halogen-select",
"homepage": "https://github.com/citizennet/purescript-halogen-select",
"authors": [
"Thomas Honeyman <hello@thomashoneyman.com>"
],
"description": "Building blocks for common selection user interfaces in PureScript & Halogen",
"keywords": [
"purescript",
"halogen",
"autocomplete",
"typeahead",
"date picker",
"image picker",
"select",
"selection"
],
"repository": {
"type": "git",
"url": "git://github.com/citizennet/purescript-halogen-select.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"dist",
"docs",
"site",
"generated-docs"
],
"dependencies": {
"purescript-halogen": "^5.0.0-rc.9",
"purescript-halogen-hooks": "https://github.com/thomashoneyman/purescript-halogen-hooks.git#v0.4.0",
"purescript-halogen-hooks-extra": "https://github.com/JordanMartinez/purescript-halogen-hooks-extra.git#v0.6.0"
},
"devDependencies": {
"purescript-affjax": "^10.0.0",
"purescript-argonaut": "^6.0.0",
"purescript-psci-support": "v4.0.0"
}
}