UNPKG

srcds-log-receiver

Version:
34 lines (33 loc) 764 B
{ "name": "srcds-log-receiver", "version": "1.0.2", "description": "A simple too to receive srcds logs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/OpenSourceLAN/srcds-log-receiver.git" }, "keywords": [ "srcds", "logs", "counter", "strike", "tf2" ], "author": "Chris Holman", "license": "GPL-3.0", "dependencies": { "moment": "^2.13.0" }, "devDependencies": { }, "bugs": { "url": "https://github.com/OpenSourceLAN/srcds-log-receiver/issues" }, "homepage": "https://github.com/OpenSourceLAN/srcds-log-receiver#readme", "typings": "./index.d.ts" }