forked from citizennet/purescript-halogen-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 896 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
37
38
39
40
{
"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": "^4.0.0",
"purescript-halogen-renderless": "^0.0.2"
},
"devDependencies": {
"purescript-debug": "^4.0.0"
}
}