-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1018 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
{
"name": "jul11co-file-browser-indexer",
"version": "0.0.2",
"description": "Jul11Co File Browser & Indexer",
"author": "Jul11Co<[email protected]>",
"repository": "https://github.com/jul11co/jul11co-file-browser-indexer",
"keywords": [
"jul11co",
"nodejs",
"cli",
"file-browser",
"file-indexer",
"web-ui"
],
"bin": {
"file-browser": "./file-browser.js",
"file-indexer": "./file-indexer.js"
},
"dependencies": {
"async": "^1.5.2",
"bytes": "^2.5.0",
"chalk": "^1.1.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"file-type": "^7.2.0",
"fs-extra": "^3.0.1",
"jsonfile": "^2.4.0",
"jul11co-utils": "^0.1.0",
"jul11co-wdt": "^1.1.11",
"md5-file": "^3.2.3",
"mkdirp": "^0.5.1",
"moment": "^2.19.4",
"natsort": "^1.0.6",
"open": "0.0.5",
"pdf-image": "^1.1.0",
"sharp": "^0.18.4",
"single-line-log": "^1.1.2",
"unpack-all": "0.0.4"
},
"license": "MIT"
}