-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 999 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 999 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
40
41
{
"name": "BlogByNode",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.1.1",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"cheerio": "^0.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^2.0.1",
"express-jwt": "^3.3.0",
"express-session": "^1.13.0",
"font-awesome": "^4.5.0",
"gravatar": "^1.4.0",
"handlebars-intl": "^1.1.1",
"highlight.js": "^9.1.0",
"jquery": "^2.2.0",
"jwt-simple": "^0.4.1",
"lodash": "^4.0.0",
"markdown": "^0.5.0",
"moment": "^2.11.1",
"mongoose": "^4.3.5",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"remarkable": "^1.6.1",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.4",
"superagent": "^1.7.1",
"utility": "^1.6.0",
"wechat": "^2.0.3"
}
}