Files
vuepress/packages/@vuepress/plugin-last-updated/package.json
T
2018-08-12 05:52:55 +08:00

28 lines
638 B
JSON

{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0",
"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": "Evan You",
"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"
}
}