vue-cli-plugin-movefiles
Version:
vue-cli 3 plugin to move files
31 lines (30 loc) • 657 B
JSON
{
"name": "vue-cli-plugin-movefiles",
"version": "1.1.2",
"description": "vue-cli 3 plugin to move files",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ybg555/vue-cli-plugin-movefiles.git"
},
"keywords": [
"moveFiles",
"copyFiles",
"vue",
"vue-cli",
"plugin",
"cli"
],
"author": "bigang.ybg",
"license": "MIT",
"bugs": {
"url": "https://github.com/ybg555/vue-cli-plugin-movefiles/issues"
},
"homepage": "https://github.com/ybg555/vue-cli-plugin-movefiles",
"publishConfig": {
"access": "public"
},
"dependencies": {
"shelljs": "^0.8.3"
}
}