-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 1.01 KB
/
bower.json
File metadata and controls
31 lines (31 loc) · 1.01 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
{
"name": "purescript-morello",
"license": [
"MIT-0"
],
"repository": {
"type": "git",
"url": "https://github.com/sigma-andex/purescript-morello.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v7.1.0",
"purescript-barlow-lens": "https://github.com/sigma-andex/purescript-barlow-lens.git#v0.9.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-heterogeneous": "^v0.6.0",
"purescript-newtype": "^v5.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-profunctor": "^v6.0.0",
"purescript-profunctor-lenses": "^v8.0.0",
"purescript-record": "^v4.0.0",
"purescript-record-studio": "https://github.com/rowtype-yoga/purescript-record-studio.git#v1.0.1",
"purescript-tuples": "^v7.0.0",
"purescript-typelevel-prelude": "^v7.0.0",
"purescript-validation": "^v6.0.0"
}
}