forked from purescript/purescript-foldable-traversable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 937 Bytes
/
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
{
"name": "purescript-foldable-traversable",
"homepage": "https://github.com/purescript/purescript-foldable-traversable",
"description": "Classes for foldable and traversable data structures",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/purescript/purescript-foldable-traversable.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-bifunctors": "^4.0.0",
"purescript-control": "^4.0.0",
"purescript-maybe": "^4.0.0",
"purescript-newtype": "^3.0.0",
"purescript-orders": "^4.0.0",
"purescript-prelude": "^4.0.0"
},
"devDependencies": {
"purescript-assert": "^4.0.0",
"purescript-console": "^4.0.0",
"purescript-integers": "^4.0.0",
"purescript-math": "^2.1.1",
"purescript-unsafe-coerce": "^4.0.0"
}
}