-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 893 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 893 Bytes
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
{
"name": "SummitTalks",
"version": "1.0.0",
"engines": {
"node": "0.10.x"
},
"description": "Teacher moderated group chat for Summit students",
"dependencies": {
"body-parser": "^1.10.1",
"cookie-parser": "^1.3.3",
"ejs": "^1.0.0",
"express": "^4.10.6",
"express-session": "^1.9.3",
"fs": "0.0.2",
"jsonwebtoken": "^3.2.0",
"lodash": "^3.6.0",
"mandrill-api": "^1.0.41",
"method-override": "^2.3.1",
"moment": "^2.8.4",
"mongoose": "^3.8.21",
"mongoose-deep-populate": "^1.0.0",
"passport": "^0.2.1",
"passport-google-oauth": "^0.1.5",
"socket.io": "^1.2.1",
"socketio-jwt": "^2.3.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"author": "Ajay Ramesh",
"license": "ISC",
"main": "server/server.js"
}