bower.json 469 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "co-mocha",
  3. "main": "co-mocha.js",
  4. "version": "1.2.1",
  5. "homepage": "https://notabug.org/themusicgod1/co-mocha",
  6. "authors": [
  7. "Blake Embrey <hello@blakeembrey.com>"
  8. ],
  9. "description": "Enable support for generators in Mocha tests",
  10. "keywords": [
  11. "co",
  12. "mocha",
  13. "generators",
  14. "harmony",
  15. "tests"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "lib",
  21. "node_modules",
  22. "bower_components",
  23. "test.js"
  24. ]
  25. }