123456789101112131415161718192021 |
- {
- "name": "gitbook-plugin-prism",
- "description": "Prism highlighting for gitbook",
- "main": "index.js",
- "version": "0.1.1",
- "engines": {
- "gitbook": ">=2.4.1"
- },
- "homepage": "https://github.com/gaearon/githook-plugin-prism",
- "repository": {
- "type": "git",
- "url": "https://github.com/gaearon/githook-plugin-prism.git"
- },
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/gaearon/githook-plugin-prism/issues"
- },
- "dependencies": {
- "prismjs": "0.0.1"
- }
- }
|