-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 893 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
42
{
"name": "lecture-chat",
"version": "0.3.0",
"description": "Lecture chat application",
"engines": {
"node": "8.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"dependencies": {
"body-parser": "^1.18.2",
"cas-authentication": "0.0.8",
"cool-ascii-faces": "1.3.4",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-form": "^0.12.6",
"express-session": "^1.15.6",
"express-validator": "^5.1.0",
"jquery": "^3.3.1",
"mongoose": "^5.0.13",
"npm": "^5.8.0",
"randomcolor": "^0.5.3",
"socket.io": "^2.1.0"
},
"devDependencies": {
"request": "^2.85.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}