forked from aliasaria/scrumblr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name" : "scrumblr",
"description" : "Web-based simulation of a physical agile sprint board that supports real-time collaboration. Forked from http://github.com/aliasaria/scrumblr",
"version" : "0.1.0",
"repository" : {
"url" : "http://github.com/tabashir/scrumblr"
},
"author" : "Ali Asaria",
"main" : "server.js",
"directories" : {
"lib" : "lib/"
},
"engines" : {
"node" : "4.7.x"
},
"dependencies" : {
"async" : "0.1.x",
"connect" : "1.7.x",
"redis" : "0.6.x",
"sanitizer" : "0.0.x",
"socket.io" : "0.9.16",
"simplesets" : "1.1.x",
"connect-redis" : "1.0.x",
"express" : "2.4.x",
"jade" : "0.14.x",
"lodash" : "1.3.x",
"request": "2.47.0"
},
"devDependencies" : {
"should" : ">=1.2.2",
"supertest" : ">=0.5.1",
"mocha" : ">=1.9.0",
"sinon" : ">=1.7.1",
"jshint" : ">=2.3.0",
"htmlparser" : ">0.0.0",
"soupselect": ">0.0.0",
"jsdom": ">0.0.0",
"cheerio": ">0.0.0",
"socket.io-client": "0.9.16"
}
}