-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
47 lines (47 loc) · 845 Bytes
/
bower.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
43
44
45
46
47
{
"name": "es6-promise-pool",
"main": "es6-promise-pool.js",
"homepage": "https://github.com/timdp/es6-promise-pool",
"authors": [
"Tim De Pauw (https://tmdpw.eu)"
],
"description": "Runs Promises in a pool that limits their concurrency.",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"promise",
"promises",
"promises-a",
"promises-aplus",
"future",
"futures",
"deferred",
"deferreds",
"generator",
"generators",
"async",
"await",
"flow control",
"pool",
"queue",
"throttle",
"es6",
"browser",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/timdp/es6-promise-pool"
}
}