-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
{
"name": "@warren-bank/serve",
"type": "commonjs",
"version": "130002.18.6",
"description": "Static file serving and directory listing",
"author": "Warren Bank (https://github.com/warren-bank)",
"license": "GPL-2.0",
"keywords": [
"serve",
"http",
"httpd",
"https",
"httpsd",
"static",
"file",
"directory",
"directory list",
"directory listing",
"server",
"webserver",
"http server",
"https server",
"web server",
"static file server",
"static file webserver",
"static file http server",
"static file https server",
"static file web server",
"SPA server",
"SPA webserver",
"SPA http server",
"SPA https server",
"SPA web server",
"proxy",
"middleware",
"cgi",
"cgi-bin",
"cgi gateway"
],
"scripts": {
"postinstall": "npm install ./lib/serve-handler && npm install ./lib/serve"
},
"bin": {
"serve": "./lib/serve/bin/serve.js"
},
"repository": {
"type": "git",
"url": "https://github.com/warren-bank/node-serve"
}
}