bower.json 292 B

1234567891011121314151617181920
  1. {
  2. "name": "mocha",
  3. "version": "1.17.1",
  4. "main": "mocha.js",
  5. "ignore": [
  6. "bin",
  7. "editors",
  8. "images",
  9. "lib",
  10. "support",
  11. "test",
  12. ".gitignore",
  13. ".npmignore",
  14. ".travis.yml",
  15. "component.json",
  16. "index.js",
  17. "Makefile",
  18. "package.json"
  19. ]
  20. }