UNPKG

vuepress-plugin-gitgraph-minigram

Version:

VuePress plugin for [gitgraph-minigram](https://www.npmjs.com/package/gitgraph-minigram).

47 lines (46 loc) 1.21 kB
{ "name": "vuepress-plugin-gitgraph-minigram", "version": "1.1.0", "description": "", "main": "src/index.js", "scripts": { "example:dev": "vuepress dev --no-cache example", "example:build": "vuepress build example", "example:server": "http-server example/.vuepress/dist", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@gitgraph/core": "^1.5.0", "@gitgraph/js": "^1.4.0", "codemirror": "^5.65.8", "gitgraph-minigram": "^0.3.0", "markdown-it-fence": "^0.1.3", "sprintf-js": "^1.1.2", "vue-codemirror": "^4.0.6", "vue-tabs-component": "^1.5.0" }, "devDependencies": { "@types/codemirror": "^5.60.5", "http-server": "^14.1.1", "vuepress": "^1.9.7", "vuepress-types": "^0.9.4" }, "files": [ "src/**", "README.md", "CHANGELOG.md", "LICENSE" ], "author": "Shinichiro MORI", "license": "MIT", "keywords": [ "vuepress", "vuepress-plugin", "gitgraph" ], "homepage": "https://github.com/smori1983/vuepress-plugin-gitgraph-minigram#readme", "repository": { "type": "git", "url": "git+https://github.com/smori1983/vuepress-plugin-gitgraph-minigram.git" } }