You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
697 B
30 lines
697 B
3 years ago
|
{
|
||
|
"name": "@vue/cli-overlay",
|
||
|
"version": "5.0.1",
|
||
|
"description": "error overlay & dev server middleware for vue-cli",
|
||
|
"main": "dist/client.js",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||
|
"directory": "packages/@vue/cli-overlay"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"cli",
|
||
|
"cli-overlay"
|
||
|
],
|
||
|
"author": "Evan You",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-overlay#readme",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "92d80a89122cea830a4e7e32946af64b4c3b62f7"
|
||
|
}
|