Aucune description

package.json 809B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "hosted-git-info",
  3. "version": "2.5.0",
  4. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/npm/hosted-git-info.git"
  9. },
  10. "keywords": [
  11. "git",
  12. "github",
  13. "bitbucket",
  14. "gitlab"
  15. ],
  16. "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
  17. "license": "ISC",
  18. "bugs": {
  19. "url": "https://github.com/npm/hosted-git-info/issues"
  20. },
  21. "homepage": "https://github.com/npm/hosted-git-info",
  22. "scripts": {
  23. "test": "standard && tap -J --coverage test/*.js"
  24. },
  25. "devDependencies": {
  26. "standard": "^9.0.2",
  27. "tap": "^10.3.0"
  28. },
  29. "files": [
  30. "index.js",
  31. "git-host.js",
  32. "git-host-info.js"
  33. ]
  34. }