forked from purescript-contrib/purescript-aff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 901 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
35
{
"name": "purescript-aff",
"homepage": "https://github.com/slamdata/purescript-aff",
"description": "Asynchronous effect monad",
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-aff.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-exceptions": "^4.0.0",
"purescript-functions": "^4.0.0",
"purescript-parallel": "^4.0.0",
"purescript-transformers": "^4.0.0",
"purescript-unsafe-coerce": "^4.0.0",
"purescript-datetime": "^4.0.0",
"purescript-effect": "^2.0.0"
},
"devDependencies": {
"purescript-console": "^4.1.0",
"purescript-partial": "^2.0.0",
"purescript-minibench": "^2.0.0",
"purescript-assert": "^4.0.0",
"purescript-free": "^5.0.0"
}
}