-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
33 lines (33 loc) · 846 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
{
"name": "purescript-call-by-name",
"homepage": "https://github.com/natefaubion/purescript-call-by-name",
"authors": [
"Nathan Faubion <nathan@n-son.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/natefaubion/purescript-call-by-name.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0",
"purescript-lazy": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-either": "^6.0.0",
"purescript-control": "^6.0.0"
},
"devDependencies": {
"purescript-psci-support": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-console": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-refs": "^6.0.0"
}
}