12345678910111213141516171819202122 |
- {
- "name": "gitbook-plugin-prism",
- "description": "google-code-prettify for gitbook",
- "main": "index.js",
- "version": "0.1.0",
- "engines": {
- "gitbook": "*"
- },
- "homepage": "https://github.com/gaearon/githook-prism",
- "repository": {
- "type": "git",
- "url": "https://github.com/gaearon/prism.git"
- },
- "license": "Apache 2",
- "bugs": {
- "url": "https://github.com/gaearon/prism/issues"
- },
- "dependencies": {
- "cheerio": "^0.19.0",
- "prismjs": "0.0.1"
- }
- }
|