UNPKG

881 BJSONView Raw
1{
2 "name": "static-serve",
3 "version": "0.0.1",
4 "description": "Serve static html files with node.js",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Prototype Interactive",
10 "license": "ISC",
11 "bin": {
12 "static-serve": "./index.js"
13 },
14 "dependencies": {
15 "basic-auth": "^1.1.0",
16 "chalk": "^2.0.1",
17 "commander": "^2.11.0",
18 "compression": "^1.7.0",
19 "express": "^4.15.3",
20 "serve-static": "^1.12.3"
21 },
22 "devDependencies": {},
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/PrototypeInteractive/static-serve.git"
26 },
27 "bugs": {
28 "url": "https://github.com/PrototypeInteractive/static-serve/issues"
29 },
30 "homepage": "https://github.com/PrototypeInteractive/static-serve#readme",
31 "keywords": [
32 "node",
33 "serve",
34 "static",
35 "web"
36 ]
37}