package.json 695 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "globjoin",
  3. "version": "0.1.4",
  4. "description": "Join paths and globs.",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/amobiz/globjoin.git"
  9. },
  10. "scripts": {
  11. "test": "mocha"
  12. },
  13. "keywords": [
  14. "array",
  15. "glob",
  16. "glob join",
  17. "globbing",
  18. "multiple",
  19. "negative glob",
  20. "path",
  21. "path join",
  22. "patterns",
  23. "wildcard"
  24. ],
  25. "author": "Amobiz",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/amobiz/globjoin/issues"
  29. },
  30. "homepage": "https://github.com/amobiz/globjoin",
  31. "devDependencies": {
  32. "mocha": "^2.3.4",
  33. "mocha-cases": "^0.1.4"
  34. },
  35. "dependencies": {
  36. }
  37. }