package.json (1064B)
1 { 2 "name": "nbot", 3 "version": "0.1.0", 4 "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page", 5 "main": "start.js", 6 "scripts": { 7 "test": "node_modules/.bin/mocha --reporter mocha-circleci-reporter test/*.js", 8 "start": "node start.js", 9 "gen_doc": "yuidoc ." 10 }, 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/MTRNord/nBot.git" 14 }, 15 "keywords": [ 16 "ebot", 17 "csgo", 18 "nBot", 19 "Counter-Strike", 20 "rcon", 21 "valve", 22 "managment" 23 ], 24 "author": "MTRNord", 25 "license": "GPL-3.0", 26 "bugs": { 27 "url": "https://github.com/MTRNord/nBot/issues" 28 }, 29 "homepage": "https://github.com/MTRNord/nBot#readme", 30 "dependencies": { 31 "express": "^4.13.4", 32 "github": "^8.2.1", 33 "progress": "^1.1.8", 34 "rcon": "^1.0.2", 35 "socket.io": "^1.4.5", 36 "srcds-rcon": "^2.2.1" 37 }, 38 "devDependencies": { 39 "chai": "^3.5.0", 40 "mocha": "^3.0.0", 41 "mocha-circleci-reporter": "0.0.2", 42 "yuidoc-bootstrap-theme": "^1.0.6", 43 "yuidocjs": "^0.10.1" 44 } 45 }