-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
40 lines (40 loc) · 1.31 KB
/
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-ps-cst",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-codegen/purescript-ps-cst"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v6.0.0",
"purescript-ansi": "^v6.1.0",
"purescript-arrays": "^v6.0.0",
"purescript-dodo-printer": "https://github.com/natefaubion/purescript-dodo-printer.git#v2.0.0",
"purescript-effect": "^v3.0.0",
"purescript-either": "^v5.0.0",
"purescript-foldable-traversable": "^v5.0.0",
"purescript-functions": "^v5.0.0",
"purescript-lists": "^v6.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-node-buffer": "^v7.0.0",
"purescript-node-fs-aff": "^v7.0.0",
"purescript-node-path": "^v4.0.0",
"purescript-ordered-collections": "^v2.0.0",
"purescript-parallel": "^v5.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-spec": "^v5.0.0",
"purescript-strings": "^v5.0.0",
"purescript-transformers": "^v5.0.0",
"purescript-tuples": "^v6.0.0"
}
}