-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 748 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 748 Bytes
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
{
"name": "purescript-optic-ui",
"version": "0.1.0",
"authors": [
"Lukas Heidemann <lukasheidemann@gmail.com>"
],
"description": "PureScript UI framework based on lenses",
"license": "BSD-3-Clause",
"homepage": "github.com/zrho/purescript-optic-ui",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-dom": "latest",
"purescript-functor-compose": "latest",
"purescript-exists": "latest",
"purescript-refs": "latest",
"purescript-aff": "latest",
"purescript-profunctor": "latest",
"purescript-profunctor-lenses": "latest",
"purescript-maps": "~0.5.0",
"purescript-freet": "latest"
}
}