-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.04 KB
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
43
44
45
46
47
48
49
{
"name": "akh",
"version": "3.1.2",
"description": "Monad and Monad Transformer Collection",
"author": "Matt Bierner",
"license": "MIT",
"keywords": [
"monad transformer",
"algebraic",
"fantasy land",
"monad",
"functor",
"applicative functor",
"functional",
"continuation",
"delimited continuation"
],
"repository": {
"type": "git",
"url": "https://github.com/mattbierner/akh.git"
},
"bugs": {
"url": "https://github.com/mattbierner/akh/issues"
},
"main": "index.js",
"dependencies": {
"akh.codensity": "^0.0.1",
"akh.cont": "^0.1.0",
"akh.core": "^0.0.0",
"akh.dcont": "0.0.1",
"akh.either": "^0.0.1",
"akh.error": "^0.0.2",
"akh.identity": "^0.1.0",
"akh.list": "^0.0.1",
"akh.maybe": "^0.0.2",
"akh.reader": "^0.0.0",
"akh.state": "^0.0.1",
"akh.unique": "^0.0.0",
"akh.writer": "^0.0.1",
"object.assign": "^4.0.4"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"test": "mocha ./tests"
}
}