-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (33 loc) · 1.01 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
{
"name": "reciprocate",
"version": "0.0.10",
"description":
"An `async`/`await` trampoline.",
"keywords":
[
"btree", "leveldb", "levelup", "binary", "mvcc",
"database", "json", "b-tree", "concurrent", "persistence",
"async", "trampoline"
],
"author": "Alan Gutierrez <[email protected]>",
"homepage": "https://github.com/bigeasy/reciprocate",
"bugs": "https://github.com/bigeasy/reciprocate/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/reciprocate"
},
"dependencies":
{
},
"devDependencies":
{
"proof": "^9.0.2"
},
"main": "reciprocate",
"scripts":
{
"test": "proof test/*.t.js"
}
}