bower.json 503 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "prism",
  3. "version": "0.0.1",
  4. "main": [
  5. "prism.js",
  6. "themes/prism.css"
  7. ],
  8. "homepage": "http://prismjs.com",
  9. "authors": "Lea Verou",
  10. "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
  11. "license": "MIT",
  12. "ignore": [
  13. "**/.*",
  14. "img",
  15. "templates",
  16. "CNAME",
  17. "*.html",
  18. "style.css",
  19. "favicon.png",
  20. "logo.svg",
  21. "download.js",
  22. "prefixfree.min.js",
  23. "utopia.js",
  24. "code.js"
  25. ]
  26. }