-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 967 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
{
"name" : "ASQ",
"version" : "0.1.0",
"author" : "Jacques DAFFLON <[email protected]>, Margarita GRINVALD <[email protected]>, Max VON BUELOW",
"description" : "Synchronous slideshow mixed with a classroom clicker.",
"repository": {
"type": "git",
"url": "https://github.com/jacquesd/ASQ"
},
"dependencies" : {
"express" : "3.x",
"stylus" : "0.x",
"ejs" : "0.8.x",
"ejs-locals" : "1.0.x",
"path" : "0.4.x",
"socket.io" : "0.9.x",
"connect-flash": "0.1.x",
"passport": "0.1.x",
"passport-local" : "0.1.x",
"passport.socketio" : "0.0.x",
"connect" : "2.7.x",
"session-mongoose" : "0.2.x",
"connect-slashes" : "0.0.x",
"mongoose" : "3.4.x",
"unzip" : "0.1.x",
"promised-io" : "0.3.x",
"wrench" :"1.4.x"
},
"engines" : {
"node" : "0.8.x",
"npm" : "1.1.X"
}
}