UNPKG

956 BJSONView Raw
1{
2 "name": "control.async",
3 "version": "0.5.3",
4 "description": "Operations for asynchronous control flow.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/folktale/control.async"
12 },
13 "keywords": [
14 "fantasy-land",
15 "concurrency",
16 "parallelism",
17 "async",
18 "folktale"
19 ],
20 "author": "Quildreen Motta",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/folktale/control.async/issues"
24 },
25 "dependencies": {
26 "core.lambda": "~1.0.0",
27 "flaw": "~0.1.0",
28 "xtend": "^3.0.0",
29 "data.maybe": "~1.1.0"
30 },
31 "devDependencies": {
32 "data.future": "^2.0.0",
33 "jsdoc": "^3.3.0-alpha5",
34 "browserify": "^4.1.2",
35 "hifive": "~0.1.0",
36 "uglify-js": "~2.4.3",
37 "hifive-spec": "^0.1.1",
38 "sweet.js": "^0.6.0",
39 "alright": "^1.0.0-alpha2",
40 "ink-docstrap": "git://github.com/robotlolita/docstrap"
41 }
42}
\No newline at end of file