package.json 775 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "ignore-by-default",
  3. "version": "1.0.1",
  4. "description": "A list of directories you should ignore by default",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "standard && node test.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/novemberborn/ignore-by-default.git"
  15. },
  16. "keywords": [
  17. "ignore",
  18. "chokidar",
  19. "watcher",
  20. "exclude",
  21. "glob",
  22. "pattern"
  23. ],
  24. "author": "Mark Wubben (https://novemberborn.net/)",
  25. "license": "ISC",
  26. "bugs": {
  27. "url": "https://github.com/novemberborn/ignore-by-default/issues"
  28. },
  29. "homepage": "https://github.com/novemberborn/ignore-by-default#readme",
  30. "devDependencies": {
  31. "figures": "^1.4.0",
  32. "standard": "^6.0.4"
  33. }
  34. }