{
|
|
"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.16.3",
|
|
"express-session": "^1.15.6",
|
|
"highlight": "^0.2.4",
|
|
"highlight.js": "^9.12.0",
|
|
"markdown": "^0.5.0",
|
|
"memory-cache": "^0.2.0",
|
|
"mysql": "^2.16.0",
|
|
"node-pandoc": "^0.3.0",
|
|
"nodemailer": "^4.6.8",
|
|
"nodemailer-smtp-transport": "^2.7.4",
|
|
"promise": "^8.0.1",
|
|
"remarkable": "^1.7.1",
|
|
"request": "^2.88.0",
|
|
"sanitizer": "^0.1.3",
|
|
"sendmail": "^1.4.1"
|
|
},
|
|
"devDependencies": {},
|
|
"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": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/jrtechs/NodeJSBlog/issues"
|
|
},
|
|
"homepage": "https://jrtechs.net"
|
|
}
|