103 lines
2.7 KiB
JSON
103 lines
2.7 KiB
JSON
{
|
|
"name": "control-freak",
|
|
"version": "1.0.76",
|
|
"contributors": [
|
|
{
|
|
"name": "Günter Baumgart",
|
|
"email": "baumgart.guenter@gmail.com",
|
|
"url": "http://pearls-media.com/control-freak"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tx4x/control-freak.git"
|
|
},
|
|
"dependencies": {
|
|
"@xblox/core": "0.0.17",
|
|
"ansi-to-html": "^0.6.0",
|
|
"ansi_up": "^1.3.0",
|
|
"any-promise": "^1.3.0",
|
|
"async-busboy": "^0.3.3",
|
|
"base-64": "^0.1.0",
|
|
"cheerio": "^0.22.0",
|
|
"chokidar": "^1.6.1",
|
|
"co-body": "^4.2.0",
|
|
"co-views": "^2.1.0",
|
|
"colors": "^1.1.2",
|
|
"commander": "^2.9.0",
|
|
"deferred": "^0.7.5",
|
|
"denodeify": "^1.2.1",
|
|
"dot-prop": "^4.1.0",
|
|
"ejs": "^2.5.6",
|
|
"evilscan": "git+https://github.com/tx4x/evilscan.git",
|
|
"extend": "^3.0.0",
|
|
"flop": "^1.5.1",
|
|
"fs-jetpack": "^0.10.5",
|
|
"github": "^9.2.0",
|
|
"glob": "^7.1.1",
|
|
"glob-base": "^0.3.0",
|
|
"glob-fs": "^0.1.6",
|
|
"ipaddr.js": "^1.3.0",
|
|
"jsonpath": "^0.2.9",
|
|
"koa": "^2.2.0",
|
|
"koa-bodyparser": "^2.3.0",
|
|
"koa-compress": "^2.0.0",
|
|
"koa-convert": "^1.2.0",
|
|
"koa-mount": "^2.0.0",
|
|
"koa-router": "^7.1.0",
|
|
"koa-send": "^3.3.0",
|
|
"koa-static": "^3.0.0",
|
|
"koa-views": "^5.2.0",
|
|
"koa2-cors": "^2.0.3",
|
|
"lodash": "4.0.0",
|
|
"mime": "^2.0.3",
|
|
"minimatch": "^3.0.3",
|
|
"mosca-memory": "^2.7.2",
|
|
"mqtt": "^2.3.0",
|
|
"node-fs-extra": "^0.8.1",
|
|
"os-tmpdir": "^1.0.2",
|
|
"progress": "^1.1.8",
|
|
"progress-stream": "^1.2.0",
|
|
"readline": "^1.3.0",
|
|
"reflect-metadata": "^0.1.10",
|
|
"request-progress": "^3.0.0",
|
|
"server-destroy": "^1.0.1",
|
|
"sockjs": "^0.3.18",
|
|
"sockjs-client": "^1.1.1",
|
|
"sockjs-client-ws": "^0.1.0",
|
|
"simple-mime": "0.1.0",
|
|
"ssh2": "^0.5.4",
|
|
"strip-ansi": "^3.0.1",
|
|
"tcp-port-used": "^0.1.2",
|
|
"throttle": "^1.0.3",
|
|
"tracer": "^0.8.7",
|
|
"trash": "^4.0.1",
|
|
"unzip": "^0.1.11",
|
|
"walk": "^2.3.9",
|
|
"which": "^1.2.12",
|
|
"winston": "^2.3.1",
|
|
"write-file-atomic": "^1.3.1",
|
|
"xcf-server-misc": "^0.3.0",
|
|
"yargs": "^6.6.0",
|
|
"yargs-parser": "^5.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {
|
|
"johnny-five": "^0.10.6",
|
|
"node-notifier": "^4.5.0",
|
|
"serialport": "^6.2.2",
|
|
"vlc-ffi": "git+https://github.com/tx4x/vlc-ffi.git",
|
|
"winreg": "^1.2.3"
|
|
},
|
|
"scripts": {
|
|
"start": "node _build/index.js --type=OFFLINE_RELEASE --release=true --root='./'",
|
|
"start-demo": "node _build/index.js --type=OFFLINE_RELEASE --release=true --root='./' --user='./example_workspace'"
|
|
},
|
|
"bin": {
|
|
"control-freak": "bin/control-freak.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
}
|