.bower.json 526 B

123456789101112131415161718192021222324
  1. {
  2. "name": "highlightjs",
  3. "version": "8.4.0",
  4. "main": [
  5. "highlight.pack.js",
  6. "styles/default.css"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "vendor",
  12. "components"
  13. ],
  14. "homepage": "https://github.com/components/highlightjs",
  15. "_release": "8.4.0",
  16. "_resolution": {
  17. "type": "version",
  18. "tag": "8.4.0",
  19. "commit": "f27b85bc25d6c70c69347e77193688ec562ce2eb"
  20. },
  21. "_source": "https://github.com/components/highlightjs.git",
  22. "_target": "~8.4.0",
  23. "_originalSource": "highlightjs"
  24. }