package.json 669 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "giter",
  3. "version": "0.0.5",
  4. "description": "Git users manager",
  5. "main": "cli/giter.js",
  6. "bin": {
  7. "giter": "cli/giter.js"
  8. },
  9. "scripts": {
  10. "postinstall": "node ./cli/install.js"
  11. },
  12. "files": [
  13. "cli/"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/jsmartx/giter.git"
  18. },
  19. "keywords": [
  20. "git",
  21. "users",
  22. "config",
  23. "manager",
  24. "ssh"
  25. ],
  26. "author": "jsmartx.com",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/jsmartx/giter/issues"
  30. },
  31. "homepage": "https://github.com/jsmartx/giter#readme",
  32. "dependencies": {
  33. "download": "^7.1.0",
  34. "ora": "^3.0.0"
  35. }
  36. }