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.

42 lines
1020 B

  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. "memory-cache": "^0.2.0",
  12. "mysql": "^2.16.0",
  13. "node-pandoc": "^0.3.0",
  14. "nodemailer": "^4.6.8",
  15. "nodemailer-smtp-transport": "^2.7.4",
  16. "promise": "^8.0.1",
  17. "request": "^2.88.0",
  18. "routes": "^2.1.0",
  19. "rss": "^1.2.2",
  20. "sanitizer": "^0.1.3",
  21. "sendmail": "^1.4.1",
  22. "whiskers": "^0.4.0"
  23. },
  24. "devDependencies": {},
  25. "scripts": {
  26. "test": "echo \"Error: no test specified\" && exit 1",
  27. "start": "node server.js"
  28. },
  29. "repository": {
  30. "type": "git",
  31. "url": "git+https://github.com/jrtechs/NodeJSBlog.git"
  32. },
  33. "keywords": [
  34. "nodejs"
  35. ],
  36. "author": "Jeffery Russell",
  37. "license": "",
  38. "bugs": {
  39. "url": "https://github.com/jrtechs/NodeJSBlog/issues"
  40. },
  41. "homepage": "https://jrtechs.net"
  42. }