forked from eshengsky/iBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
{
"name": "iblog2",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"ace-builds": "^1.3.3",
"animate.css": "^3.6.1",
"blueimp-file-upload": "^9.22.0",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.7",
"codemirror": "^5.39.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"fuelux": "^3.16.6",
"helmet": "^3.12.1",
"highlight.js": "git+https://github.com/highlightjs/highlight.js.git",
"i18n": "0.8.2",
"jQuery-cycleText": "git+https://github.com/eshengsky/jQuery-cycleText.git",
"jquery": "^2.2.4",
"jquery-file-upload-middleware": "^0.1.7",
"jquery-qrcode": "git+https://github.com/lrsjng/jquery-qrcode.git",
"jquery-sortable": "^0.9.13",
"js-md5": "^0.7.3",
"lightbox2": "^2.10.0",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"metismenu": "^2.7.9",
"moment": "^2.11.1",
"mongoose": "~4.3.7",
"mongoose-schema-extend": "^0.2.0",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"redis": "^2.4.2",
"scrollnav": "git+https://github.com/jimmynotjim/scrollNav.git",
"semver": "^5.5.0",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.4",
"showdown": "^1.8.6",
"simplemde": "^1.11.2",
"streamroller": "^0.8.3",
"sweetalert": "^1.1.3",
"switchery": "git+https://github.com/abpetkov/switchery.git",
"winston": "^2.4.3",
"winston-mongodb": "^2.0.10"
}
}