-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (31 loc) · 854 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
{
"name": "avenue",
"version": "0.6.18",
"description":
"An async/await event queue.",
"keywords":
[
"queue", "es6", "async", "await"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "https://github.com/bigeasy/avenue",
"bugs": "https://github.com/bigeasy/avenue/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/avenue"
},
"dependencies":
{
},
"devDependencies":
{
"proof": "^9.0.4"
},
"main": "queue",
"scripts":
{
"test": "proof test/*.t.js"
}
}