-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 935 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
42
{
"name": "lateral",
"version": "3.0.5",
"description": "Like forEachAsync and Join had a baby: sequences out n batches of async functions rather than all at once. Part of FuturesJS (Browser, Node.js, Bower, Pakmanager)",
"homepage": "https://github.com/FuturesJS/lateral",
"keywords": [
"futuresjs",
"flow-control",
"async",
"asynchronous",
"futures",
"promises",
"deferreds",
"lateral",
"parallel",
"synchronize",
"util",
"browser"
],
"repository": {
"type": "git",
"url": "git://github.com/FuturesJS/lateral.git"
},
"author": {
"name": "AJ ONeal",
"email": "[email protected]",
"url": "http://coolaj86.com"
},
"main": "lateral.js",
"directories": {
"lib": "."
},
"dependencies": {
"forEachAsync": "~ 3.0"
},
"engines": {
"node": "*",
"ender": ">= 0.5.0"
},
"devDependencies": {},
"optionalDependencies": {}
}