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.

43 lines
1.0 KiB

  1. {
  2. "name": "jrtechs-blog",
  3. "version": "1.0.0",
  4. "description": "Personal wordpress replacement",
  5. "main": "server.js",
  6. "dependencies": {
  7. "compression": "^1.7.3",
  8. "crypto": "^1.0.1",
  9. "express": "^4.16.3",
  10. "express-session": "^1.15.6",
  11. "highlight": "^0.2.4",
  12. "highlight.js": "^9.12.0",
  13. "memory-cache": "^0.2.0",
  14. "mysql": "^2.16.0",
  15. "node-pandoc": "^0.3.0",
  16. "nodemailer": "^4.6.8",
  17. "nodemailer-smtp-transport": "^2.7.4",
  18. "promise": "^8.0.1",
  19. "request": "^2.88.0",
  20. "routes": "^2.1.0",
  21. "sanitizer": "^0.1.3",
  22. "sendmail": "^1.4.1",
  23. "whiskers": "^0.4.0"
  24. },
  25. "devDependencies": {},
  26. "scripts": {
  27. "test": "echo \"Error: no test specified\" && exit 1",
  28. "start": "node server.js"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "git+https://github.com/jrtechs/NodeJSBlog.git"
  33. },
  34. "keywords": [
  35. "nodejs"
  36. ],
  37. "author": "Jeffery Russell",
  38. "license": "",
  39. "bugs": {
  40. "url": "https://github.com/jrtechs/NodeJSBlog/issues"
  41. },
  42. "homepage": "https://jrtechs.net"
  43. }