-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (36 loc) · 1.22 KB
/
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
{
"name": "turnstile",
"version": "6.0.0-alpha.83",
"description":
"An evented, throttled work queue.",
"keywords":
[
"cadence", "queue", "events"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "https://github.com/bigeasy/turnstile",
"bugs": "https://github.com/bigeasy/turnstile/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/turnstile"
},
"dependencies":
{
"extant": "^2.0.0-alpha.3",
"interrupt": "11.0.0-alpha.26",
"perhaps": "0.0.13"
},
"devDependencies":
{
"destructible": "7.0.0-alpha.72",
"proof": "^9.0.2",
"semblance": "^3.0.0"
},
"main": "turnstile",
"scripts":
{
"test": "proof test/*.t.js"
}
}