bower.json 567 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "visionmedia-debug",
  3. "main": "./src/browser.js",
  4. "homepage": "https://github.com/visionmedia/debug",
  5. "authors": [
  6. "TJ Holowaychuk <tj@vision-media.ca>",
  7. "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
  8. "Andrew Rhyne <rhyneandrew@gmail.com>"
  9. ],
  10. "description": "visionmedia-debug",
  11. "moduleType": [
  12. "amd",
  13. "es6",
  14. "globals",
  15. "node"
  16. ],
  17. "keywords": [
  18. "visionmedia",
  19. "debug"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests"
  28. ]
  29. }