UNPKG

883 BJSONView Raw
1{
2 "name": "control.monads",
3 "version": "0.6.0",
4 "description": "Common monad combinators and sequencing operations.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/folktale/control.monads"
12 },
13 "keywords": [
14 "fantasy-land",
15 "folktale"
16 ],
17 "author": "Quildreen Motta",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/folktale/control.monads/issues"
21 },
22 "dependencies": {
23 "core.lambda": "^1.0.0",
24 "xtend": "^2.2.0"
25 },
26 "devDependencies": {
27 "LiveScript": "~1.2.0",
28 "hifive-tap": "~0.1.0",
29 "hifive": "~0.1.0",
30 "uglify-js": "~2.4.3",
31 "laws": "^0.2.1",
32 "deep-equal": "^0.2.1",
33 "claire": "~0.4.1",
34 "ink-docstrap": "git://github.com/robotlolita/docstrap",
35 "jsdoc": "^3.3.0-alpha5",
36 "browserify": "^3.41.0"
37 }
38}
\No newline at end of file