forked from silverwind/droppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.02 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
{
"name": "droppy",
"version": "5.3.9",
"description": "Self-hosted file storage",
"author": "silverwind <me@silverwind.io>",
"repository": "silverwind/droppy",
"license": "BSD-2-Clause",
"preferGlobal": true,
"bin": "./droppy.js",
"contributors": [
"ZombieHippie <cole@zombiehippie.com>"
],
"scripts": {
"start": "node droppy.js start"
},
"dependencies": {
"async": "^2.1.4",
"busboy": "^0.2.13",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"content-disposition": "^0.5.2",
"cpr": "^2.0.2",
"daemon": "^1.1.0",
"dhparam": "^1.0.3",
"escape-string-regexp": "^1.0.5",
"etag": "^1.7.0",
"file-extension": "^3.1.0",
"graceful-fs": "^4.1.11",
"image-size": "^0.5.0",
"isbinaryfile": "^3.0.1",
"json-buffer": "^2.0.11",
"lodash": "^4.17.2",
"mime-types": "^2.1.13",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"node-schedule": "^1.2.0",
"photoswipe": "^4.1.1",
"readdirp": "^2.1.0",
"rimraf": "^2.5.4",
"strip-ansi": "^3.0.1",
"untildify": "^3.0.2",
"url-format-lax": "^1.0.0",
"valid-filename": "^2.0.1",
"which": "^1.2.12",
"ws": "^1.1.1",
"yazl": "^2.4.2"
},
"optionalDependencies": {
"uws": "^0.12.0"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"cheerio": "^0.22.0",
"clean-css": "^3.4.23",
"codemirror": "^5.22.0",
"handlebars": "^4.0.6",
"html-minifier": "^3.2.3",
"iltorb": "^1.0.13",
"mousetrap": "^1.6.0",
"node-zopfli": "^2.0.2",
"postcss": "^5.2.6",
"request": "^2.79.0",
"screenfull": "^3.0.2",
"svgstore": "^2.0.2",
"uglify-js": "^2.7.5",
"uppie": "^0.11.9",
"video.js": "^5.12.6"
},
"files": [
"client",
"server",
"dist",
"droppy.js",
"index.js",
"docker-start.sh"
],
"engines": {
"node": ">=4"
},
"keywords": [
"self-hosted",
"personal",
"file",
"server",
"http",
"https",
"media",
"cloud",
"storage",
"self",
"hosted"
]
}