You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
480 B

7 years ago
  1. {
  2. "name": "visionmedia-debug",
  3. "main": "dist/debug.js",
  4. "version": "2.1.3",
  5. "homepage": "https://github.com/visionmedia/debug",
  6. "authors": [
  7. "TJ Holowaychuk <tj@vision-media.ca>"
  8. ],
  9. "description": "visionmedia-debug",
  10. "moduleType": [
  11. "amd",
  12. "es6",
  13. "globals",
  14. "node"
  15. ],
  16. "keywords": [
  17. "visionmedia",
  18. "debug"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ]
  28. }