-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 801 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 801 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
{
"name": "purescript-ssrs",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/PureFunctor/purescript-ssrs.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-dissect": "https://github.com/PureFunctor/purescript-dissect.git#v1.0.0",
"purescript-either": "^v6.0.0",
"purescript-fixed-points": "^v7.0.0",
"purescript-free": "^v7.0.0",
"purescript-lists": "^v7.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-safe-coerce": "^v2.0.0",
"purescript-tailrec": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-variant": "^v8.0.0"
}
}