forked from silverwind/droppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.35 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": "6.8.7",
"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": ">=4"
},
"scripts": {
"start": "node droppy.js start",
"test": "make test"
},
"dependencies": {
"async": "^2.5.0",
"busboy": "^0.2.14",
"chalk": "^2.1.0",
"chokidar": "^1.7.0",
"content-disposition": "^0.5.2",
"cpr": "^2.2.0",
"daemon": "https://github.com/zipang/daemon.node/tarball/48d0977c26fb3a6a44ae99aae3471b9d5a761085",
"dhparam": "^1.0.3",
"escape-string-regexp": "^1.0.5",
"etag": "^1.8.1",
"file-extension": "^3.1.2",
"graceful-fs": "^4.1.11",
"image-size": "^0.6.1",
"isbinaryfile": "^3.0.2",
"json-buffer": "^3.0.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.17",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"multimatch": "^2.1.0",
"mv": "^2.1.1",
"node-schedule": "^1.2.5",
"plyr": "^2.0.13",
"ps-node": "^0.1.6",
"readdirp": "^2.1.0",
"rimraf": "^2.6.2",
"send": "^0.15.5",
"strip-ansi": "^4.0.0",
"untildify": "^3.0.2",
"url-format-lax": "^1.0.0",
"valid-filename": "^2.0.1",
"whatwg-fetch": "^2.0.3",
"which": "^1.3.0",
"ws": "^3.2.0",
"yazl": "^2.4.2"
},
"optionalDependencies": {
"uws": "^8.14.1"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"clean-css": "^4.1.9",
"codemirror": "^5.30.0",
"eclint": "^2.4.3",
"eslint": "^4.7.2",
"eslint-plugin-unicorn": "^2.1.2",
"handlebars": "^4.0.10",
"html-minifier": "^3.5.5",
"iltorb": "1.3.6",
"mousetrap": "^1.6.1",
"node-zopfli": "^2.0.2",
"npm-check-updates": "^2.12.1",
"photoswipe": "^4.1.2",
"postcss": "^6.0.11",
"request": "^2.82.0",
"screenfull": "^3.3.1",
"stylelint": "^8.1.1",
"svgstore": "^2.0.2",
"uglify-js": "^3.1.1",
"uppie": "^1.0.6"
},
"files": [
"client",
"server",
"dist",
"droppy.js",
"index.js",
"docker-start.sh"
],
"keywords": [
"self-hosted",
"personal",
"file",
"server",
"http",
"https",
"media",
"cloud",
"storage",
"self",
"hosted"
]
}