update dependancies with more current stuff
This commit is contained in:
parent
33eb4bf7a0
commit
2b0312e8ae
3 changed files with 8 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ rsync.sh
|
||||||
*.log
|
*.log
|
||||||
.monitor
|
.monitor
|
||||||
node_modules/
|
node_modules/
|
||||||
|
*.rdb
|
||||||
|
*.out
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "scrumblr",
|
"name": "scrumblr",
|
||||||
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
|
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/aliasaria/scrumblr"
|
"url": "http://github.com/aliasaria/scrumblr"
|
||||||
},
|
},
|
||||||
|
@ -14,13 +14,11 @@
|
||||||
"node": "0.4.7"
|
"node": "0.4.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.1.x",
|
"async": "~0.9.0",
|
||||||
"connect": "1.7.x",
|
"redis": "~0.12.1",
|
||||||
"redis": "0.6.x",
|
"sanitizer": "~0.1.1",
|
||||||
"sanitizer": "0.0.x",
|
|
||||||
"socket.io": "0.8.x",
|
"socket.io": "0.8.x",
|
||||||
"simplesets": "1.1.x",
|
"simplesets": "~1.2.0",
|
||||||
"connect-redis":"1.0.x",
|
|
||||||
"express": "2.4.x",
|
"express": "2.4.x",
|
||||||
"jade": "0.14.x"
|
"jade": "0.14.x"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
var http = require('http'),
|
var http = require('http'),
|
||||||
express = require('express'),
|
express = require('express');
|
||||||
connect = require('connect');
|
|
||||||
|
|
||||||
var sys = require('sys');
|
var sys = require('sys');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue