package.json 996 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "test-exclude",
  3. "version": "4.2.3",
  4. "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "pretest": "standard",
  11. "test": "mocha"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  16. },
  17. "keywords": [
  18. "exclude",
  19. "include",
  20. "glob",
  21. "package",
  22. "config"
  23. ],
  24. "author": "Ben Coe <ben@npmjs.com>",
  25. "license": "ISC",
  26. "bugs": {
  27. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  28. },
  29. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  30. "devDependencies": {
  31. "chai": "^3.5.0",
  32. "mocha": "^3.1.2",
  33. "standard": "^9.0.0"
  34. },
  35. "dependencies": {
  36. "arrify": "^1.0.1",
  37. "micromatch": "^2.3.11",
  38. "object-assign": "^4.1.0",
  39. "read-pkg-up": "^1.0.1",
  40. "require-main-filename": "^1.0.1"
  41. },
  42. "greenkeeper": {
  43. "ignore": [
  44. "read-pkg-up"
  45. ]
  46. }
  47. }