Files
vue-cli/packages/@vue/cli-plugin-e2e-nightwatch/package.json
Haoqun Jiang 33a3b19df2 feat: update vue-jest to 3.x along with other dependency updates
As vue-jest is only used in generators, it should be considered as a
semver minor rather than semver major.
2018-10-28 14:29:52 +08:00

33 lines
781 B
JSON

{
"name": "@vue/cli-plugin-e2e-nightwatch",
"version": "3.0.5",
"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.0.5",
"chromedriver": "^2.43.1",
"deepmerge": "^2.2.1",
"execa": "^1.0.0",
"nightwatch": "^0.9.21",
"selenium-server": "^3.14.0"
}
}