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.

35 lines
851 B

  1. {
  2. "name": "jrtechs-blog",
  3. "version": "1.0.0",
  4. "description": "Personal wordpress replacement",
  5. "main": "server.js",
  6. "dependencies": {
  7. "highlight": "^0.2.4",
  8. "markdown": "^0.5.0",
  9. "markdown-to-html": "^0.0.13",
  10. "memory-cache": "^0.2.0",
  11. "mysql": "^2.15.0",
  12. "promise": "^8.0.1",
  13. "sanitizer": "^0.1.3",
  14. "step": "^1.0.0",
  15. "synchronize": "^2.0.0"
  16. },
  17. "devDependencies": {},
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1",
  20. "start": "node server.js"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git+https://github.com/jrtechs/NodeJSBlog.git"
  25. },
  26. "keywords": [
  27. "nodejs"
  28. ],
  29. "author": "Jeffery Russell",
  30. "license": "ISC",
  31. "bugs": {
  32. "url": "https://github.com/jrtechs/NodeJSBlog/issues"
  33. },
  34. "homepage": "https://github.com/jrtechs/NodeJSBlog#readme"
  35. }