-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 884 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 884 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
{
"name": "lndb",
"version": "0.0.3",
"description": "A file database for electron",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron",
"cache",
"database",
"db"
],
"author": "leiyswork@gmail.com",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.11",
"arraybuffer-to-buffer": "0.0.4",
"blob-to-buffer": "^1.2.8",
"graceful-fs": "^4.1.11",
"is-array-buffer": "^1.0.1",
"is-blob": "^1.0.0",
"isutf8": "^2.0.2",
"lodash": "^4.17.10",
"steno": "^0.4.4",
"tempfile": "^2.0.0",
"webpack": "^4.16.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yansenlei/lndb.git"
},
"bugs": {
"url": "https://github.com/yansenlei/lndb/issues"
},
"homepage": "https://github.com/yansenlei/lndb#readme"
}