{
|
|
"name": "jrtechs-blog",
|
|
"version": "1.0.0",
|
|
"description": "Personal wordpress replacement",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"highlight": "^0.2.4",
|
|
"markdown": "^0.5.0",
|
|
"markdown-to-html": "^0.0.13",
|
|
"memory-cache": "^0.2.0",
|
|
"mysql": "^2.15.0",
|
|
"promise": "^8.0.1",
|
|
"sanitizer": "^0.1.3",
|
|
"step": "^1.0.0",
|
|
"synchronize": "^2.0.0"
|
|
},
|
|
"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://github.com/jrtechs/NodeJSBlog#readme"
|
|
}
|