UNPKG

1.07 kBJSONView Raw
1{
2 "name": "casket",
3 "description": "Serve static files and a GUI.",
4 "version": "1.2.1",
5 "main": "lib/index.js",
6 "bin": {"casket": "./cli.js"},
7 "files": ["cli.js", "lib/*", "js/*", "css/*"],
8 "author": "Jannis R <mail@jannisr.de>",
9 "homepage": "https://github.com/derhuerst/casket",
10 "repository": "derhuerst/casket",
11 "bugs": "https://github.com/derhuerst/casket/issues",
12 "license": "ISC",
13 "preferGlobal": true,
14 "keywords": ["file", "server", "http", "gui", "rest"],
15 "engines" : {"node": ">=6"},
16 "dependencies": {
17 "minimist": "^1.2",
18 "bonjour": "^3.5",
19 "path-depth": "^0.2",
20 "express": "^4.13.4",
21 "express-favicon": "^2",
22 "compression": "^1.6.1",
23 "multer": "^1.1",
24 "rimraf": "^2.5.2",
25 "fs-promise": "^2.0.0",
26 "co-express": "^2.0.0",
27 "accepts": "^1.3.2",
28 "pithy": "^0.0.4",
29 "filesize": "^3.3",
30 "whatwg-fetch": "^2.0.3",
31 "serve-static": "^1.10.2",
32 "node-spotlight": "^0.1.0",
33 "stream-sink": "^2.0.0",
34 "natsort": "^1.0.6"
35 }
36}