-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (39 loc) · 1.45 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
39
40
41
{
"name": "fracture",
"version": "0.3.0-alpha.74",
"description":
"A error-first callback work queue that splits work on a hashed key.",
"keywords":
[
"queue", "events", "callback", "control", "flow",
"cadence"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "https://github.com/bigeasy/fracture",
"bugs": "https://github.com/bigeasy/fracture/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/fracture"
},
"dependencies":
{
"hash.fnv": "^1.0.8",
"nop": "1.0.0",
"perhaps": "0.0.13",
"turnstile": "6.0.0-alpha.83",
"vivifyer": "^3.0.1"
},
"devDependencies":
{
"destructible": "7.0.0-alpha.72",
"proof": "^9.0.2",
"rescue": "7.0.0-alpha.19"
},
"main": "fracture",
"scripts":
{
"test": "proof test/*.t.js"
}
}