UNPKG

gbxremote

Version:
56 lines (55 loc) 1.19 kB
{ "name": "gbxremote", "description": "A pure JavaScript GBXRemote client.", "keywords": [ "xml-rpc", "xmlrpc", "xml", "rpc", "gbxremote", "maniaplanet", "trackmania", "shootmania", "questmania", "nadeo" ], "version": "0.2.1", "preferGlobal": false, "homepage": "https://github.com/MiniGod/node-gbxremote", "author": "Kristjan Broder Lund <kristjan.1234@gmail.com> (https://github.com/MiniGod)", "repository": { "type": "git", "url": "git://github.com/MiniGod/node-gbxremote.git" }, "bugs": { "url": "https://github.com/MiniGod/node-gbxremote/issues" }, "directories": { "lib": "./lib" }, "main": "./lib/gbxremote.js", "dependencies": { "any-promise": "^1.1.0", "barse": "~0.4.2", "event-to-promise": "^0.7.0", "string-to-stream": "^1.0.1", "xmlrpc": "^1.3.1" }, "devDependencies": { "nodemon": "^1.8.1", "xo": "^0.12.1" }, "scripts": { "watch": "nodemon -x npm test", "test": "xo" }, "engines": { "node": ">=0.10" }, "licenses": [ { "type": "MIT", "url": "https://github.com/MiniGod/node-gbxremote/raw/master/LICENSE" } ] }