forked from silbo/codesnail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
58 lines (52 loc) · 1.45 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "codesnail",
"version": "0.0.1",
"description": "A website where users learn to code while competing against each other",
"keywords": [
"STEM",
"teaching",
"challenges"
],
"homepage": "http://www.codesnail.com/",
"repository": {
"type": "git",
"url": "http://github.com/silps/codesnail.git"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"jade": "^1.8.0",
"share": "^0.7.3",
"stream": "^0.0.2",
"crypto": "^0.0.3",
"livedb": "^0.4.10",
"emailjs": "^0.3.12",
"express": "^4.10.7",
"mongoose": "^3.9.6",
"passport": "^0.2.1",
"socket.io": "^1.2.1",
"node-uuid": "^1.4.2",
"livedb-mongo": "^0.4.1",
"cookie-parser": "^1.3.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.5.3",
"browserchannel": "^2.0.0",
"passport-local": "^1.0.0",
"passport-github": "^0.1.5",
"express-session": "^1.9.3",
"express-messages": "^0.0.2",
"socket.io-stream": "^0.6.0",
"passport-twitter": "^1.0.2",
"express-validator": "^2.7.0",
"passport.socketio": "^3.4.1",
"passport-facebook": "^1.0.3",
"passport-linkedin": "^0.1.3",
"passport-google-oauth": "^0.1.5"
},
"scripts": {
"test": "node test/tests.js"
},
"private": true,
"main": "app.js"
}