package.json 935 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "protocols",
  3. "version": "2.0.1",
  4. "description": "Get the protocols of an input url.",
  5. "main": "lib/index.js",
  6. "directories": {
  7. "example": "example",
  8. "test": "test"
  9. },
  10. "scripts": {
  11. "test": "node test"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git@github.com:IonicaBizau/protocols.git"
  16. },
  17. "keywords": [
  18. "protocols",
  19. "protocol",
  20. "url",
  21. "parse"
  22. ],
  23. "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/IonicaBizau/protocols/issues"
  27. },
  28. "homepage": "https://github.com/IonicaBizau/protocols",
  29. "dependencies": {},
  30. "devDependencies": {
  31. "tester": "^1.4.5"
  32. },
  33. "files": [
  34. "bin/",
  35. "app/",
  36. "lib/",
  37. "dist/",
  38. "src/",
  39. "scripts/",
  40. "resources/",
  41. "menu/",
  42. "cli.js",
  43. "index.js",
  44. "bloggify.js",
  45. "bloggify.json",
  46. "bloggify/"
  47. ]
  48. }