Files
vuepress/packages/@vuepress/plugin-last-updated/package.json
T
2018-10-30 03:52:50 +08:00

29 lines
666 B
JSON

{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0-alpha.18",
"description": "last-updated plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme",
"dependencies": {
"cross-spawn": "^6.0.5"
}
}