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

  1. {
  2. "name": "jrtechs",
  3. "version": "1.0.0",
  4. "description": "Personal blog",
  5. "main": "server.js",
  6. "dependencies": {},
  7. "devDependencies": {},
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1",
  10. "start": "node server.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/jrtechs/NodeJSBlog.git"
  15. },
  16. "keywords": [
  17. "nodejs",
  18. "blog"
  19. ],
  20. "author": "Jeffery Russell",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/jrtechs/NodeJSBlog/issues"
  24. },
  25. "homepage": "https://github.com/jrtechs/NodeJSBlog#readme"
  26. }