2011-09-05 21:24:26 -04:00
|
|
|
{
|
|
|
|
"name": "scrumblr",
|
|
|
|
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
|
2014-08-16 17:11:01 -04:00
|
|
|
"version": "0.2.0",
|
2011-09-05 21:24:26 -04:00
|
|
|
"repository": {
|
|
|
|
"url": "http://github.com/aliasaria/scrumblr"
|
|
|
|
},
|
|
|
|
"author": "Ali Asaria",
|
|
|
|
"main": "server.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib/"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "0.4.7"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-08-16 17:11:01 -04:00
|
|
|
"async": "~0.9.0",
|
|
|
|
"redis": "~0.12.1",
|
|
|
|
"sanitizer": "~0.1.1",
|
2014-08-17 13:36:34 -04:00
|
|
|
"socket.io": "1.x",
|
2014-08-16 17:11:01 -04:00
|
|
|
"simplesets": "~1.2.0",
|
2014-08-17 12:38:00 -04:00
|
|
|
"express": "4.x",
|
2014-08-16 17:19:49 -04:00
|
|
|
"jade": "~1.5.0"
|
2011-09-05 21:24:26 -04:00
|
|
|
}
|
|
|
|
}
|