mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-17 04:40:03 -06:00
32 lines
740 B
JSON
32 lines
740 B
JSON
{
|
|
"name": "@vue/cli-plugin-e2e-nightwatch",
|
|
"version": "3.0.0-alpha.2",
|
|
"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.35.0",
|
|
"deepmerge": "^2.0.1",
|
|
"execa": "^0.9.0",
|
|
"nightwatch": "^0.9.19",
|
|
"selenium-server": "^3.8.1"
|
|
}
|
|
}
|