bower.json 556 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "blanket",
  3. "version": "1.1.7",
  4. "main": [
  5. "./dist/qunit/blanket.js"
  6. ],
  7. "homepage": "https://github.com/alex-seville/blanket",
  8. "authors": [
  9. "Alex-Seville <hi@alexanderseville.com>"
  10. ],
  11. "description": "blanket.js is a simple code coverage library for javascript",
  12. "moduleType": [
  13. "amd",
  14. "globals",
  15. "node"
  16. ],
  17. "keywords": [
  18. "code-coverage",
  19. "coverage",
  20. "unit",
  21. "test"
  22. ],
  23. "license": "MIT",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ]
  31. }