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

.bower.json 497B

1234567891011121314151617181920212223
  1. {
  2. "name": "assert",
  3. "main": "assert.js",
  4. "version": "0.1.0",
  5. "homepage": "https://github.com/jgallen23/assert",
  6. "license": "MIT",
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "bower_components",
  11. "test",
  12. "tests"
  13. ],
  14. "_release": "0.1.0",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "0.1.0",
  18. "commit": "6a955e68d0dceba3e682faa895ef54828623e27a"
  19. },
  20. "_source": "https://github.com/jgallen23/assert.git",
  21. "_target": "~0.1.0",
  22. "_originalSource": "assert"
  23. }