-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
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
43
44
45
{
"name": "textroulette",
"version": "1.0.0",
"description": "CS96 Dev Team first project -- a text-based communication tool, driven by Node.js",
"main": "server.js",
"dependencies": {
"getconfig": "2.1.0",
"node-uuid": "1.2.0",
"socket.io": "1.3.7",
"yetify": "0.0.1",
"body-parser": "^1.18.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.2",
"fb": "^2.0.0",
"mongod": "^2.0.0",
"mongoose": "^4.12.4",
"mongoose-uuid2": "^2.0.1",
"multer": "^1.3.0",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"uuid": "^3.1.0",
"uuid-1345": "^0.99.6",
"uuid-js": "^0.7.5",
"webpack": "^3.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harvard-CS96/textroulette.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Harvard-CS96/textroulette/issues"
},
"homepage": "https://github.com/Harvard-CS96/textroulette#readme"
}