-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 906 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 906 Bytes
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": "finalShow",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.5",
"debug": "^2.6.9",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-session": "^1.15.6",
"k-article": "^0.2.0",
"markdown": "^0.5.0",
"marked": "^0.3.19",
"mongodb": "^2.2.35",
"mongoose": "^4.13.12",
"morgan": "^1.9.0",
"multer": "^0.1.8",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.4"
},
"devDependencies": {
"browser-sync": "^2.24.5",
"clean-css": "^4.1.11",
"gulp": "^3.9.0",
"gulp-less": "^3.5.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"hoek": "^5.0.3",
"kerberos": "0.0.23",
"qr-image": "^3.2.0"
}
}