Skip to content
Snippets Groups Projects
Commit 8fba5ae7 authored by Atanamo's avatar Atanamo
Browse files

Increase node version to 6.0 LTS and update packages to latest minor versions

parent d72269a2
No related branches found
No related tags found
No related merge requests found
#
# ***************************************************************************
#
# Note: This file has been deprecated and exists for backward compatibility.
# Please use package.json to add dependencies to the Node modules
# your application requires.
#
# ***************************************************************************
#
#
# For a list of globally installed modules - see file: npm_global_module_list.
#
{
"name": "IRC-Gateway",
"version": "1.3.0",
"version": "1.3.1",
"description": "The IRC Gateway server and client for the game SG-Realities",
"keywords": [
"SGR",
Loading
Loading
@@ -19,22 +19,22 @@
"url": "https://git.assembla.com/irc-gateway.git"
},
"engines": {
"node": ">= 4.4.0",
"npm": ">= 2.10.0"
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"preinstall": "npm install coffee-script@1.10.0 -g",
"preinstall": "npm install coffee-script@1.12.7 -g",
"install": "cake build"
},
"dependencies": {
"q": "~1.4.1",
"express": "~4.13.0",
"socket.io": "~1.4.5",
"irc": "~0.4.1",
"mysql": "~2.10.2"
"q": "~1.5.1",
"express": "~4.16.2",
"socket.io": "~1.7.4",
"irc": "~0.5.2",
"mysql": "~2.15.0"
},
"devDependencies": {
"coffee-script": "1.10.0"
"coffee-script": "1.12.7"
},
"bundleDependencies": [],
"private": true,
Loading
Loading
Loading
Loading
@@ -31,10 +31,10 @@ db = new Database() # Create database wrapper object
log = Logger
 
## Set object to global scope
GLOBAL.Q = Q
GLOBAL.io = io
GLOBAL.db = db
GLOBAL.log = log
global.Q = Q
global.io = io
global.db = db
global.log = log
 
 
## Main class
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment