forked from folktale/control.async
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 928 Bytes
/
package.json
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
{
"name": "control.async",
"version": "0.4.0",
"description": "Operations for asynchronous control flow.",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/folktale/control.async"
},
"keywords": [
"fantasy-land",
"concurrency",
"parallelism",
"async",
"folktale"
],
"author": "Quildreen Motta",
"license": "MIT",
"bugs": {
"url": "https://github.com/folktale/control.async/issues"
},
"dependencies": {
"core.lambda": "^1.0.0",
"flaw": "~0.1.0",
"xtend": "^3.0.0"
},
"devDependencies": {
"data.future": "^2.0.0",
"jsdoc": "^3.3.0-alpha5",
"browserify": "^4.1.2",
"hifive": "~0.1.0",
"uglify-js": "~2.4.3",
"hifive-spec": "^0.1.1",
"sweet.js": "^0.6.0",
"alright": "^1.0.0-alpha2",
"ink-docstrap": "git://github.com/robotlolita/docstrap"
}
}