package.json 509 B

123456789101112131415161718192021
  1. {
  2. "name": "gitbook-plugin-prism",
  3. "description": "Prism highlighting for gitbook",
  4. "main": "index.js",
  5. "version": "0.1.1",
  6. "engines": {
  7. "gitbook": ">=2.4.0"
  8. },
  9. "homepage": "https://github.com/gaearon/githook-plugin-prism",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/gaearon/githook-plugin-prism.git"
  13. },
  14. "license": "Apache-2.0",
  15. "bugs": {
  16. "url": "https://github.com/gaearon/githook-plugin-prism/issues"
  17. },
  18. "dependencies": {
  19. "prismjs": "0.0.1"
  20. }
  21. }