-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 965 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": "dist-sys-project",
"version": "0.0.1",
"description": "chat application",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Naphann/POKi-chat-app.git"
},
"devDependencies": {
"cli-color": "^1.1.0",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-sass": "^2.2.0",
"gulp-typescript": "^2.13.0",
"minimist": "^1.2.0",
"nodemon": "^1.9.1",
"yargs": "^4.6.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gulp-typescript": "^2.13.0",
"hbs": "^4.0.0",
"mysql": "^2.10.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5"
}
}