69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "xcf-server",
|
|
"version": "0.1.5",
|
|
"contributors": [
|
|
{
|
|
"name": "Günter Baumgart",
|
|
"email": "baumgart.guenter@gmail.com",
|
|
"url": "http://pearls-media.com/control-freak"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/net-commander/web-server-dist.git"
|
|
},
|
|
"dependencies": {
|
|
"ansi-to-html": "^0.4.2",
|
|
"ansi_up": "^1.3.0",
|
|
"cheerio": "^0.20.0",
|
|
"chokidar": "^1.6.0",
|
|
"colors": "^1.1.2",
|
|
"commander": "^2.9.0",
|
|
"deferred": "^0.7.5",
|
|
"drivelist": "~3.3.3",
|
|
"extend": "^3.0.0",
|
|
"flop": "^1.4.1",
|
|
"fs-jetpack": "^0.9.2",
|
|
"glob": "^7.0.6",
|
|
"glob-base": "^0.3.0",
|
|
"glob-fs": "^0.1.6",
|
|
"mime": "~1.3.4",
|
|
"minimatch": "^3.0.3",
|
|
"mosca": "^1.4.1",
|
|
"mp3-duration": "^1.0.10",
|
|
"mqtt": "^1.12.0",
|
|
"musicmetadata": "~2.0.4",
|
|
"progress": "^1.1.8",
|
|
"readline": "^1.3.0",
|
|
"request-progress": "^2.0.1",
|
|
"sockjs": "^0.3.16",
|
|
"sockjs-client": "^1.1.1",
|
|
"sockjs-client-ws": "^0.1.0",
|
|
"ssh2": "^0.5.0",
|
|
"strip-ansi": "^3.0.1",
|
|
"tracer": "^0.8.3",
|
|
"unzip": "^0.1.11",
|
|
"walk": "^2.3.9",
|
|
"watchr": "^2.6.0",
|
|
"wav-file-info": "^0.0.7",
|
|
"winston": "^2.2.0",
|
|
"yargs-parser": "^3.2.0"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {
|
|
"player": "git+https://github.com/gbaumgart/player.git",
|
|
"vlc-ffi": "git+https://github.com/gbaumgart/vlc-ffi.git",
|
|
"node-notifier": "^4.5.0",
|
|
"serialport": "^4.0.1",
|
|
"johnny-five": "^0.9.61"
|
|
},
|
|
"scripts": {},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/net-commander/web-server-dist//blob/master/LICENSE"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/net-commander/web-server-dist/issues"
|
|
}
|