Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

.bower.json 878B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "mocha",
  3. "homepage": "https://mochajs.org",
  4. "description": "simple, flexible, fun test framework",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/mochajs/mocha.git"
  8. },
  9. "main": [
  10. "mocha.js",
  11. "mocha.css"
  12. ],
  13. "ignore": [
  14. "bin",
  15. "editors",
  16. "images",
  17. "lib",
  18. "scripts",
  19. "test",
  20. "assets",
  21. "media",
  22. ".*",
  23. "index.js",
  24. "karma.conf.js",
  25. "browser-entry.js",
  26. "Makefile",
  27. "package.json",
  28. "appveyor.yml"
  29. ],
  30. "keywords": [
  31. "mocha",
  32. "test",
  33. "bdd",
  34. "tdd",
  35. "tap"
  36. ],
  37. "license": "MIT",
  38. "version": "3.4.2",
  39. "_release": "3.4.2",
  40. "_resolution": {
  41. "type": "version",
  42. "tag": "v3.4.2",
  43. "commit": "800963464bc4e0e09c2e85e8a9edd8d20a0bbf57"
  44. },
  45. "_source": "https://github.com/mochajs/mocha.git",
  46. "_target": "~3.4.2",
  47. "_originalSource": "mocha"
  48. }