forked from crycode-de/http-server-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 881 Bytes
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
{
"name": "http-server-upload",
"version": "2.1.1",
"description": "A Simple zero-configuration command-line http server for uploading files",
"bin": "bin/http-server-upload",
"main": "http-server-upload.js",
"keywords": [
"http",
"upload",
"fileupload",
"server"
],
"author": "Peter Müller <peter@crycode.de> (https://crycode.de/)",
"license": "MIT",
"homepage": "https://github.com/crycode-de/http-server-upload",
"repository": {
"type": "git",
"url": "https://github.com/crycode-de/http-server-upload.git"
},
"bugs": {
"url": "https://github.com/crycode-de/http-server-upload/issues"
},
"files": [
"bin/http-server-upload",
"http-server-upload.js",
"README.md"
],
"dependencies": {
"formidable": "^2.0.1"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "./test/test.sh"
}
}