forked from citizennet/purescript-ocelot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
55 lines (55 loc) · 1.59 KB
/
Copy pathbower.json
File metadata and controls
55 lines (55 loc) · 1.59 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
55
{
"name": "purescript-ocelot",
"homepage": "https://github.com/citizennet/purescript-ocelot",
"authors": [
"Dave Zuch <https://github.com/whoadave>",
"Chris Cornwell <https://github.com/crcornwell>",
"Thomas Honeyman <https://github.com/thomashoneyman>",
"Forest Toney <https://github.com/foresttoney>",
"Hardy Jones <https://github.com/joneshf-cn>",
"Vance Palacio <https://github.com/vanceism7>"
],
"description": "An opinionated component library for Halogen apps",
"keywords": [
"purescript",
"halogen",
"ui"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:citizennet/purescript-ocelot.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"css",
"ui-guide",
"docs"
],
"dependencies": {
"purescript-svg-parser-halogen": "~0.3.0",
"purescript-halogen-select": "^4.0.0",
"purescript-fuzzy": "^0.2.1",
"purescript-polyform": "^0.7.0",
"purescript-remotedata": "4.1.0",
"purescript-formatters": "^4.0.0",
"purescript-read": "^1.0.1",
"purescript-halogen-renderless": "^0.0.3",
"purescript-aff-promise": "^2.0.0",
"purescript-html-parser-halogen": "^0.3.0",
"purescript-bigints": "^4.0.0"
},
"devDependencies": {
"purescript-affjax": "^6.0.0",
"purescript-argonaut": "^4.0.0",
"purescript-halogen-storybook": "^0.3.0",
"purescript-email-validate": "^3.0.0",
"purescript-numbers": "^6.0.0",
"purescript-js-timers": "^4.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-debug": "^4.0.0"
}
}