forked from silverwind/droppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.32 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "droppy",
"version": "10.0.6",
"description": "Self-hosted file storage",
"author": "silverwind <[email protected]>",
"repository": "silverwind/droppy",
"license": "BSD-2-Clause",
"preferGlobal": true,
"bin": "./droppy.js",
"browserslist": "> 3%, last 2 firefox versions, last 2 safari versions",
"engines": {
"node": ">=8"
},
"scripts": {
"start": "node droppy.js start",
"test": "make test"
},
"dependencies": {
"async": "^2.6.1",
"busboy": "^0.2.14",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"content-disposition": "^0.5.2",
"cpr": "^3.0.1",
"daemonize-process": "^2.0.0",
"dhparam": "^2.0.0",
"escape-string-regexp": "^1.0.5",
"etag": "^1.8.1",
"file-extension": "^4.0.5",
"graceful-fs": "^4.1.11",
"image-size": "^0.6.3",
"isbinaryfile": "^3.0.3",
"json-buffer": "^3.0.1",
"lodash": "^4.17.11",
"make-fetch-happen": "^4.0.1",
"mime-types": "^2.1.21",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"multimatch": "^2.1.0",
"mv": "^2.1.1",
"node-schedule": "^1.3.0",
"original-url": "^1.2.2",
"plyr": "^3.4.4",
"ps-node": "^0.1.6",
"readdirp": "^2.2.1",
"rimraf": "^2.6.2",
"rrdir": "1.3.2",
"send": "^0.16.2",
"strip-ansi": "^5.0.0",
"untildify": "^3.0.3",
"url-format-lax": "^1.0.0",
"valid-filename": "^2.0.1",
"whatwg-fetch": "^3.0.0",
"which": "^1.3.1",
"ws": "^6.1.0",
"yazl": "^2.4.3"
},
"devDependencies": {
"autoprefixer": "^9.2.1",
"clean-css": "^4.2.1",
"codemirror": "^5.40.2",
"eslint": "^5.7.0",
"eslint-config-silverwind": "^2.0.9",
"eslint-plugin-unicorn": "^6.0.1",
"handlebars": "^4.0.12",
"html-minifier": "^3.5.20",
"iltorb": "2.4.0",
"mousetrap": "^1.6.2",
"pdfjs-dist": "^2.0.550",
"photoswipe": "^4.1.2",
"postcss": "^7.0.5",
"screenfull": "^3.3.3",
"stylelint": "^9.6.0",
"svgstore": "^3.0.0-2",
"terser": "^3.10.1",
"updates": "^5.1.1",
"uppie": "^1.0.10",
"ver": "^3.0.0"
},
"files": [
"client",
"server",
"dist",
"droppy.js",
"index.js",
"docker-start.sh"
],
"keywords": [
"self-hosted",
"personal",
"file",
"server",
"http",
"https",
"media",
"cloud",
"storage",
"self",
"hosted"
]
}