UNPKG

acsp

Version:

Node.JS implementation of the Assetto Corsa Server Protocol

36 lines (35 loc) 865 B
{ "name": "acsp", "version": "0.1.4", "description": "Node.JS implementation of the Assetto Corsa Server Protocol", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "assetto", "corsa" ], "author": "Flamescape", "license": "ISC", "dependencies": { "bluebird": "^2.9.34", "buffer-reader": "^0.1.0", "buffer-write": "0.0.2", "debug": "^2.2.0", "lodash": "^3.10.0", "promise-queue": "^2.1.1" }, "_shasum": "8dae4c73e4c85eff81cd5c3e31e7b46e7ff735cd", "_from": "acsp", "_resolved": "file:acsp", "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/flamescape/acsp.git" }, "bugs": { "url": "https://github.com/flamescape/acsp/issues" }, "homepage": "https://github.com/flamescape/acsp#readme" }