soundfics
Version:
FICS proxy which pumps up traffic by sound
38 lines (37 loc) • 844 B
JSON
{
"name": "soundfics",
"main": "soundfics",
"bin": {
"soundfics": "./soundfics"
},
"preferGlobal": "true",
"version": "1.1.1",
"description": "FICS proxy which pumps up traffic by sound",
"scripts": {
"start": "node soundfics.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsypa/soundfics.git"
},
"keywords": [
"fics",
"sound",
"proxy",
"xboard",
"chess"
],
"author": "Maxim Tsyplakov <maxim.tsyplakov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsypa/soundfics/issues"
},
"homepage": "https://github.com/tsypa/soundfics#readme",
"dependencies": {
"daemon": "^1.1.0",
"lodash.map": "^4.6.0",
"lodash.random": "^3.2.0",
"winston": "^3.3.3"
}
}