-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1021 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
39
40
41
42
{
"name": "jrtechs-blog",
"version": "1.0.0",
"description": "Personal wordpress replacement",
"main": "server.js",
"dependencies": {
"compression": "^1.7.3",
"crypto": "^1.0.1",
"express": "^4.17.2",
"express-session": "^1.15.6",
"memory-cache": "^0.2.0",
"mysql": "^2.16.0",
"node-pandoc": "^0.3.0",
"nodemailer": ">6.4.16",
"nodemailer-smtp-transport": "^2.7.4",
"promise": "^8.0.1",
"request": "^2.88.0",
"routes": "^2.1.0",
"rss": "^1.2.2",
"sanitizer": "^0.1.3",
"sendmail": "^1.4.1",
"sqlite3": "^5.0.2",
"whiskers": "^0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrtechs/NodeJSBlog.git"
},
"keywords": [
"nodejs"
],
"author": "Jeffery Russell",
"license": "",
"bugs": {
"url": "https://github.com/jrtechs/NodeJSBlog/issues"
},
"homepage": "https://jrtechs.net"
}