forked from purescript/purescript-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.08 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
{
"name": "purescript-lists",
"homepage": "https://github.com/purescript/purescript-lists",
"authors": [
"Phil Freeman <[email protected]>"
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/purescript/purescript-lists.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-bifunctors": "^5.0.0",
"purescript-control": "^5.0.0",
"purescript-foldable-traversable": "^5.0.0",
"purescript-lazy": "^5.0.0",
"purescript-maybe": "^5.0.0",
"purescript-newtype": "^4.0.0",
"purescript-nonempty": "^6.0.0",
"purescript-partial": "^3.0.0",
"purescript-prelude": "^5.0.0",
"purescript-tailrec": "^5.0.0",
"purescript-tuples": "^6.0.0",
"purescript-unfoldable": "^5.0.0"
},
"devDependencies": {
"purescript-arrays": "^6.0.0",
"purescript-assert": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-math": "^3.0.0",
"purescript-minibench": "^3.0.0"
}
}