mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-30 03:09:10 -06:00
- @vue/cli-init@3.1.1 - @vue/cli-plugin-e2e-cypress@3.1.1 - @vue/cli-plugin-e2e-nightwatch@3.1.1 - @vue/cli-plugin-eslint@3.1.4 - @vue/cli-plugin-pwa@3.1.1 - @vue/cli-plugin-typescript@3.1.1 - @vue/cli-plugin-unit-jest@3.1.1 - @vue/cli-plugin-unit-mocha@3.1.1 - @vue/cli-service-global@3.1.2 - @vue/cli-service@3.1.2 - @vue/cli-shared-utils@3.1.1 - @vue/cli-test-utils@3.1.1 - @vue/cli-ui-addon-webpack@3.1.1 - @vue/cli-ui-addon-widgets@3.1.1 - @vue/cli-ui@3.1.1 - @vue/cli-upgrade@3.1.1 - @vue/cli@3.1.1 - @vue/eslint-config-typescript@3.1.1
33 lines
781 B
JSON
33 lines
781 B
JSON
{
|
|
"name": "@vue/cli-plugin-e2e-nightwatch",
|
|
"version": "3.1.1",
|
|
"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/tree/dev/packages/@vue/cli-plugin-e2e-nightwatch#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-shared-utils": "^3.1.1",
|
|
"chromedriver": "^2.43.1",
|
|
"deepmerge": "^2.2.1",
|
|
"execa": "^1.0.0",
|
|
"nightwatch": "^0.9.21",
|
|
"selenium-server": "^3.14.0"
|
|
}
|
|
}
|