package.json 430 B

123456789101112131415
  1. {
  2. "name": "pygments-css",
  3. "version": "1.0.0",
  4. "description": "CSS stylesheets for pygments",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/richleland/pygments-css.git"
  8. },
  9. "keywords": ["pygments", "css", "highlighting"],
  10. "license": "UNLICENSE",
  11. "bugs": {
  12. "url": "https://github.com/richleland/pygments-css/issues"
  13. },
  14. "homepage": "https://github.com/richleland/pygments-css#readme"
  15. }