forked from silverwind/droppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 1.99 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
{
"name": "droppy",
"version": "12.2.0",
"description": "Self-hosted file storage",
"author": "silverwind <me@silverwind.io>",
"repository": "silverwind/droppy",
"license": "BSD-2-Clause",
"preferGlobal": true,
"bin": "./droppy.js",
"engines": {
"node": ">= 12.10.0"
},
"scripts": {
"start": "node droppy.js start",
"test": "make test"
},
"dependencies": {
"busboy": "0.3.1",
"chokidar": "3.4.2",
"colorette": "1.2.1",
"content-disposition": "0.5.3",
"daemonize-process": "3.0.0",
"escape-string-regexp": "4.0.0",
"etag": "1.8.1",
"file-extension": "4.0.5",
"image-size": "0.8.3",
"isbinaryfile": "4.0.6",
"json-buffer": "3.0.1",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"mime-types": "2.1.27",
"minimist": "1.2.5",
"mv": "2.1.1",
"original-url": "1.2.3",
"plyr": "3.6.2",
"ps-node": "0.1.6",
"rfdc": "1.1.4",
"rrdir": "8.1.1",
"send": "0.17.1",
"strip-ansi": "6.0.0",
"untildify": "4.0.0",
"valid-filename": "3.1.0",
"which": "2.0.2",
"ws": "7.3.1",
"yazl": "2.5.1"
},
"devDependencies": {
"autoprefixer": "9.8.6",
"clean-css": "4.2.3",
"codemirror": "5.57.0",
"eslint": "7.7.0",
"eslint-config-silverwind": "18.0.2",
"eslint-plugin-unicorn": "21.0.0",
"handlebars": "4.7.6",
"html-minifier": "4.0.0",
"mousetrap": "1.6.5",
"pdfjs-dist": "2.4.456",
"photoswipe": "4.1.3",
"postcss": "7.0.32",
"screenfull": "5.0.2",
"stylelint": "13.6.1",
"stylelint-config-silverwind": "2.0.8",
"svgstore": "3.0.0-2",
"terser": "5.2.1",
"updates": "10.3.5",
"uppie": "1.1.3",
"versions": "8.4.3"
},
"files": [
"client",
"server",
"dist",
"droppy.js",
"docker-start.sh"
],
"keywords": [
"self-hosted",
"personal",
"file",
"server",
"http",
"https",
"media",
"cloud",
"storage",
"self",
"hosted"
],
"browserslist": "defaults"
}