Website for visualizing a persons github network.
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.

28 lines
724 B

  1. {
  2. "name": "github-graphs",
  3. "version": "0.0.1",
  4. "description": "Generates graphs of github things.",
  5. "main": "server.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node server.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/jrtechs/github-graphs.git"
  13. },
  14. "author": "Jeffery Russell",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/jrtechs/github-graphs/issues"
  18. },
  19. "homepage": "https://github.com/jrtechs/github-graphs#readme",
  20. "dependencies": {
  21. "dotenv": "^8.2.0",
  22. "express": "^4.16.4",
  23. "express-session": "^1.15.6",
  24. "fs": "0.0.1-security",
  25. "got": "^9.6.0",
  26. "memory-cache": "^0.2.0"
  27. }
  28. }