akh.list
Version:
Akh list monad and monad transformer
33 lines (32 loc) • 623 B
JSON
{
"name": "akh.list",
"version": "0.0.1",
"description": "Akh list monad and monad transformer",
"author": "Matt Bierner",
"license": "MIT",
"keywords": [
"monad transformer",
"monad",
"akh",
"list"
],
"repository": {
"type": "git",
"url": "https://github.com/mattbierner/akh-list.git"
},
"bugs": {
"url": "https://github.com/mattbierner/akh-list/issues"
},
"main": "index.js",
"dependencies": {
"akh.core.spec": "0.x",
"akh.identity": "^0.1.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"test": "mocha ./tests"
}
}