nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit 729409466ef4ac1925d9e26ee71ffdd1080d57de
parent ce70149e61fcf4b00b4e831bb18c7b83e4ba8fac
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 17 Mar 2016 20:16:05 +0100

Prepare Workspace

Diffstat:
Apackage.json | 28++++++++++++++++++++++++++++
Astart.js | 0
2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -0,0 +1,28 @@ +{ + "name": "nbot", + "version": "0.1.0", + "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page", + "main": "start.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MTRNord/nBot.git" + }, + "keywords": [ + "ebot", + "csgo", + "nBot", + "Counter-Strike", + "rcon", + "valve", + "managment" + ], + "author": "MTRNord", + "license": "SEE LICENSE IN LICENSE.md", + "bugs": { + "url": "https://github.com/MTRNord/nBot/issues" + }, + "homepage": "https://github.com/MTRNord/nBot#readme" +} diff --git a/start.js b/start.js