-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 855 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
{
"name": "queuealot",
"version": "1.0.2",
"description": "Bike shed queing module using closures for augmenting each result",
"main": "index.js",
"dependencies": {
"after-all-results": "^2.0.0",
"mutexify": "^1.1.0"
},
"devDependencies": {
"standard": "^4.3.1",
"tape": "^4.0.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/queuealot.git"
},
"bugs": {
"url": "https://github.com/watson/queuealot/issues"
},
"homepage": "https://github.com/watson/queuealot",
"keywords": [
"queue",
"queueing",
"callback",
"serie",
"series",
"closure"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"coordinates": [
18.4786583,
-69.9548581
]
}