Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
594 B

{
"name": "jrtechs",
"version": "1.0.0",
"description": "Personal blog",
"main": "server.js",
"dependencies": {},
"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",
"blog"
],
"author": "Jeffery Russell",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrtechs/NodeJSBlog/issues"
},
"homepage": "https://github.com/jrtechs/NodeJSBlog#readme"
}