-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
47 lines (47 loc) · 959 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
40
41
42
43
44
45
46
47
{
"name": "lev",
"version": "3.3.1",
"main": "index.js",
"bin": "./bin/lev",
"description": "CLI & REPL for LevelDB",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hij1nx/lev.git"
},
"keywords": [
"leveldb",
"levelDB",
"level-db",
"levelup",
"level",
"repl",
"database",
"databases",
"nodebase",
"db",
"keyvalue",
"key/value"
],
"preferGlobal": true,
"author": "hij1nx",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/hij1nx/lev/issues"
},
"homepage": "https://github.com/hij1nx/lev",
"dependencies": {
"bytewise": "^1.1.0",
"level": "^1.3.0",
"level-party": "^3.0.4",
"minimatch": "^2.0.1",
"minimist": "^1.1.0",
"multilevel": "^7.3.0",
"rc": "^0.5.4",
"tabulate": "^1.0.0",
"xtend": "^4.0.0"
}
}