-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 911 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
{
"name": "videochat",
"version": "1.0.0",
"description": "Multichat: chats for everybody",
"scripts": {
"start": "node app",
"postinstall": "bower install"
},
"engines": {
"node": "~7.0.0",
"npm": "~3.10.8"
},
"author": "VGD",
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-watch": "^4.3.10",
"jade": "~1.11.0",
"jwt-simple": "^0.5.1",
"moment": "^2.17.0",
"mongoose": "^4.6.6",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"ws": "^1.1.1"
}
}