UNPKG

@eggjs/vuepress-theme-egg

Version:
46 lines (45 loc) 1.27 kB
{ "name": "@eggjs/vuepress-theme-egg", "version": "1.2.0", "description": "VuePress theme for Egg.js", "main": "index.js", "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate" }, "repositoryUrl": "git@github.com:eggjs/vuepress-theme-egg.git", "keywords": [ "Egg.js", "Egg" ], "author": "Suyi Thonatos Yang <thonatos.yang@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/thonatos/vuepress-theme-egg/issues" }, "homepage": "https://github.com/thonatos/vuepress-theme-egg#readme", "dependencies": { "@vuepress/plugin-back-to-top": "^1.7.1", "@vuepress/plugin-medium-zoom": "^1.7.1", "urllib": "^2.33.3", "vuepress-plugin-fulltext-search": "^2.2.1" }, "devDependencies": { "all-contributors-cli": "^6.4.0", "semantic-release": "^15.13.18" }, "release": { "branche": "master", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] } }