mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-18 05:10:05 -06:00
BREAKING CHANGE: Upgrade wepback 4, all webpack option modifications must be webpcak 4 compatible. Drop support for webpack plugins that do not work with v4 or above.
32 lines
741 B
JSON
32 lines
741 B
JSON
{
|
|
"name": "@vue/cli-plugin-e2e-nightwatch",
|
|
"version": "3.0.0-beta.9",
|
|
"description": "e2e-nightwatch plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"e2e-nightwatch"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-e2e-nightwatch#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^2.38.3",
|
|
"deepmerge": "^2.1.0",
|
|
"execa": "^0.10.0",
|
|
"nightwatch": "^0.9.21",
|
|
"selenium-server": "^3.11.0"
|
|
}
|
|
}
|