-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
48
49
50
51
52
53
{
"name": "template-express-socketio-auth",
"version": "0.0.0",
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kait-tt/template-express-socketio-auth.git"
},
"author": "snakazawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kait-tt/template-express-socketio-auth/issues"
},
"homepage": "https://github.com/Kait-tt/template-express-socketio-auth#readme",
"engines": {
"node": "~7.0.0"
},
"dependencies": {
"babel": "^6.23.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"body-parser": "~1.17.1",
"config": "^1.25.1",
"connect-mysql": "^2.1.1",
"cookie-parser": "~1.4.3",
"cross-env": "^4.0.0",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"express-session": "^1.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"https": "^1.0.0",
"jquery": "^3.2.1",
"morgan": "~1.8.1",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"serve-favicon": "~2.4.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.3.3"
}
}