bower.json 783 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "jasmine-core",
  3. "homepage": "https://jasmine.github.io",
  4. "authors": [
  5. "slackersoft <gregg@slackersoft.net>"
  6. ],
  7. "description": "Official packaging of Jasmine's core files",
  8. "keywords": [
  9. "test",
  10. "jasmine",
  11. "tdd",
  12. "bdd"
  13. ],
  14. "license": "MIT",
  15. "moduleType": "globals",
  16. "main": "lib/jasmine-core/jasmine.js",
  17. "ignore": [
  18. "**/.*",
  19. "dist",
  20. "grunt",
  21. "node_modules",
  22. "pkg",
  23. "release_notes",
  24. "spec",
  25. "src",
  26. "Gemfile",
  27. "Gemfile.lock",
  28. "Rakefile",
  29. "jasmine-core.gemspec",
  30. "*.sh",
  31. "*.py",
  32. "Gruntfile.js",
  33. "lib/jasmine-core.rb",
  34. "lib/jasmine-core/boot/",
  35. "lib/jasmine-core/spec",
  36. "lib/jasmine-core/version.rb",
  37. "lib/jasmine-core/*.py",
  38. "sauce_connect.log"
  39. ]
  40. }