bower.json 575 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "lazy-ass",
  3. "main": "index.js",
  4. "version": "0.0.0-semantic-release",
  5. "homepage": "https://github.com/bahmutov/lazy-ass",
  6. "license": "MIT",
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "bower_components",
  11. "test",
  12. "tests",
  13. "Gruntfile.js",
  14. "package.json",
  15. "index.html"
  16. ],
  17. "keywords": [
  18. "assertion",
  19. "assertions",
  20. "browser",
  21. "debugging",
  22. "defensive",
  23. "lazy",
  24. "node"
  25. ],
  26. "authors": [
  27. "Gleb Bahmutov <gleb.bahmutov@gmail.com>"
  28. ],
  29. "description": "Lazy assertions without performance penalty"
  30. }