package.json 329 B

1234567891011121314151617
  1. {
  2. "name": "prism-funky-theme",
  3. "version": "0.0.1",
  4. "description": "A CSS theme for PrismJS",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/PrismJS/prism.git"
  8. },
  9. "keywords": [
  10. "prism",
  11. "highlight",
  12. "theme"
  13. ],
  14. "author": "Lea Verou",
  15. "license": "MIT",
  16. "style": "prism-funky.css"
  17. }