-
Notifications
You must be signed in to change notification settings - Fork 66
/
bower.json
42 lines (42 loc) · 1.15 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-aff",
"homepage": "https://github.com/slamdata/purescript-aff",
"description": "Asynchronous effect monad",
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-aff.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-arrays": "^7.0.0",
"purescript-bifunctors": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-datetime": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-functions": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-parallel": "^7.0.0",
"purescript-prelude": "^6.0.0",
"purescript-refs": "^6.0.0",
"purescript-tailrec": "^6.0.0",
"purescript-transformers": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-minibench": "^4.0.0",
"purescript-assert": "^6.0.0"
}
}