-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 941 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
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
{
"name": "purescript-avar",
"homepage": "https://github.com/slamdata/purescript-avar",
"authors": [
"Nathan Faubion <nathan@n-son.com>"
],
"description": "Low-level interface for asynchronous variables",
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-avar.git"
},
"main": "",
"keywords": [
"PureScript",
"AVar"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-aff": ">=7.0.0 <9.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-functions": "^6.0.0",
"purescript-maybe": "^6.0.0"
},
"devDependencies": {
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-refs": "^6.0.0",
"purescript-transformers": "^6.0.0"
}
}