-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.42 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
{
"name": "CodeSnail",
"version": "0.0.1",
"description": "A website where users learn to code while competing against each other.",
"keywords": [
"STEM",
"teaching",
"challenges"
],
"author": {
"name": "Silver Kuusik",
"email": "silver.kuusik@gmail.com",
"url": "https://github.com/silps"
},
"homepage": "http://github.com/silps/codesnail.git",
"repository": {
"type": "git",
"url": "http://github.com/silps/codesnail.git"
},
"dependencies": {
"browserchannel": "^2.0.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"crypto": "^0.0.3",
"emailjs": "^1.0.8",
"express": "^4.14.0",
"express-session": "^1.15.0",
"express-validator": "^3.1.2",
"mongoose": "^4.8.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.7.0",
"pug": "~2.0.0-beta11",
"share": "^0.7.40",
"socket.io": "^1.7.2",
"socket.io-stream": "^0.9.1",
"stream": "^0.0.2",
"uuid": "^3.0.1"
},
"scripts": {
"test": "node test/tests.js",
"start": "node app.js"
},
"private": true,
"main": "app.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0"
}
}