-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 996 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 996 Bytes
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
{
"name": "dirdb",
"version": "3.0.0",
"description": "DirDB key-value directory database",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"dependencies": {
"rpc-json": "~2.3.4",
"rm-dir": "~0.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealTimeCom/dirdb.git"
},
"keywords": [
"dirdb",
"db",
"database",
"noSQL",
"dir",
"directory",
"storage",
"store",
"key",
"value",
"key-value",
"stream",
"cache"
],
"author": "Tanase Laurentiu Iulian <expertphp@gmail.com> (https://github.com/RealTimeCom)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealTimeCom/dirdb/issues"
},
"homepage": "https://github.com/RealTimeCom/dirdb",
"eslintConfig": {
"env": {
"node": true,
"es6": true
}
}
}