package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "git-url-parse",
  3. "version": "11.6.0",
  4. "description": "A high level git url parser for common git providers.",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "node test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/IonicaBizau/git-url-parse.git"
  12. },
  13. "keywords": [
  14. "parse",
  15. "git",
  16. "url"
  17. ],
  18. "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/IonicaBizau/git-url-parse/issues"
  22. },
  23. "homepage": "https://github.com/IonicaBizau/git-url-parse",
  24. "blah": {
  25. "h_img": "http://i.imgur.com/HlfMsVf.png"
  26. },
  27. "directories": {
  28. "example": "example",
  29. "test": "test"
  30. },
  31. "dependencies": {
  32. "git-up": "^4.0.0"
  33. },
  34. "devDependencies": {
  35. "tester": "^1.3.1"
  36. },
  37. "files": [
  38. "bin/",
  39. "app/",
  40. "lib/",
  41. "dist/",
  42. "src/",
  43. "scripts/",
  44. "resources/",
  45. "menu/",
  46. "cli.js",
  47. "index.js",
  48. "bloggify.js",
  49. "bloggify.json",
  50. "bloggify/"
  51. ]
  52. }