-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 909 Bytes
/
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
{
"name": "h-blog",
"version": "1.0.0",
"description": "my blob",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"body-parser-xml": "^2.0.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.7.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"heredoc": "^1.3.1",
"highlight.js": "^9.15.6",
"lodash.pick": "^4.4.0",
"markdown-it": "^8.4.2",
"moment": "^2.22.2",
"mongoose": "^5.9.22",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"query-string": "^6.13.7",
"request": "^2.88.2",
"sha1": "^1.1.1",
"underscore": "^1.9.1",
"url": "^0.11.0",
"uuid": "^3.3.2",
"xml2js": "^0.4.23",
"cheerio": "^1.0.0-rc.3"
}
}