package.json 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "parse-path",
  3. "version": "7.0.0",
  4. "description": "Parse paths (local paths, urls: ssh/git/etc)",
  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+https://github.com/IonicaBizau/parse-path.git"
  16. },
  17. "keywords": [
  18. "parse",
  19. "path",
  20. "url",
  21. "node",
  22. "git",
  23. "advanced"
  24. ],
  25. "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/IonicaBizau/parse-path/issues"
  29. },
  30. "homepage": "https://github.com/IonicaBizau/parse-path",
  31. "devDependencies": {
  32. "tester": "^1.4.5"
  33. },
  34. "dependencies": {
  35. "protocols": "^2.0.0"
  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. }