-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 952 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 952 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
{
"name": "one-file-manager",
"version": "1.0.0",
"description": "One file manager. Manage all files(local, cloud) in one application.",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "mocha",
"test-debug": "mocha --inspect-brk"
},
"repository": "https://github.com/yanlinsun/onefilemanager.git",
"keywords": [
"Electron",
"file",
"cloud",
"ftp",
"nfs"
],
"author": "Yanlin Sun",
"license": "MIT-2.0",
"devDependencies": {
"chai": "^4.2.0",
"electron": "^5.0.6",
"electron-rebuild": "^1.8.6",
"filesize": "^4.1.2",
"googleapi": "^1.0.2",
"hidefile": "^3.0.0",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"mocha": "^6.2.0",
"mousetrap": "^1.6.3",
"spectron": "^8.0.0",
"sprintf-js": "^1.1.2",
"toml": "^3.0.0"
},
"dependencies": {
"registry-js": "^1.8.0",
"googleapis": "^39.2.0",
"keytar": "^5.0.0-beta.0"
}
}