-
Notifications
You must be signed in to change notification settings - Fork 52
/
bower.json
43 lines (43 loc) · 1.36 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
41
42
43
{
"name": "purescript-parsing",
"license": [
"BSD-2-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-parsing.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v7.1.0",
"purescript-control": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.1.0",
"purescript-enums": "^v6.0.1",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-functions": "^v6.0.0",
"purescript-identity": "^v6.0.0",
"purescript-integers": "^v6.0.0",
"purescript-lazy": "^v6.0.0",
"purescript-lists": "^v7.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-numbers": "^v9.0.0",
"purescript-partial": "^v4.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-st": "^v6.2.0",
"purescript-strings": "^v6.0.1",
"purescript-tailrec": "^v6.1.0",
"purescript-transformers": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-unfoldable": "^v6.0.0",
"purescript-unicode": "^v6.0.0",
"purescript-unsafe-coerce": "^v6.0.0"
}
}