-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 775 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
{
"name": "subhyperdb",
"version": "1.0.5",
"description": "Namespace a hyperdb into prefixed sections that may have different valueEncodings.",
"main": "index.js",
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Frando/subhyperdb.git"
},
"author": "Franz Heinzmann",
"license": "MIT",
"dependencies": {
"bulk-write-stream": "^1.1.4",
"codecs": "^1.2.1",
"hyperdb": "^3.0.0-1",
"sodium-universal": "^2.0.0"
},
"devDependencies": {
"random-access-memory": "^2.4.0",
"standard": "^11.0.1",
"tape": "^4.9.0"
},
"bugs": {
"url": "https://github.com/Frando/subhyperdb/issues"
},
"homepage": "https://github.com/Frando/subhyperdb#readme"
}