Files
2019-03-03 14:55:57 +08:00

30 lines
725 B
JSON

{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0-alpha.42",
"description": "last-updated plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-last-updated"
},
"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"
}
}