-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "tb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"request": "^2.88.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.1.0",
"mocha": "^3.4.1",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.0",
"webpack-dotenv-plugin": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Murat Nurkassymov",
"license": "ISC"
}