UNPKG

1.18 kBJSONView Raw
1{
2 "name": "casket",
3 "description": "Serve static files and a GUI.",
4 "version": "1.3.0",
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 "m3u": "^0.0.2",
25 "rimraf": "^2.5.2",
26 "fs-promise": "^2.0.0",
27 "co-express": "^2.0.0",
28 "accepts": "^1.3.2",
29 "pithy": "^0.0.4",
30 "filesize": "^3.3",
31 "whatwg-fetch": "^2.0.3",
32 "serve-static": "^1.10.2",
33 "node-spotlight": "^0.1.0",
34 "stream-sink": "^2.0.0",
35 "natsort": "^1.0.6",
36 "random-access-file": "^1.7.2",
37 "id3-parser": "^1.2.0",
38 "mp3-duration": "^1.0.10"
39 }
40}