-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
46
47
{
"name": "roomchata",
"version": "1.0.0",
"description": "this chat app allows users to log in and chat with mostly anonymous counterparts",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "browserify src/scripts/main.js -t envify > src/scripts/bundle.js --debug --ig"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0480-007-fall-2017/jm5763-final-project.git"
},
"keywords": [
"roomchata"
],
"author": "Jeremy Muhia",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0480-007-fall-2017/jm5763-final-project/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0480-007-fall-2017/jm5763-final-project#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"browserify": "^14.5.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"envify": "^4.1.0",
"express": "^4.16.2",
"express-react-views": "^0.10.4",
"express-session": "^1.15.6",
"firebase": "^4.7.0",
"firebase-admin": "^5.5.1",
"jsx": "^0.9.89",
"md5": "^2.2.1",
"memorystore": "^1.6.0",
"node-time-uuid": "^0.1.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^16.1.0",
"react-dom": "^16.2.0",
"request": "^2.83.0",
"socket.io": "^2.0.4"
},
"devDependencies": {}
}