Files
vue-cli/packages/@vue/cli-plugin-e2e-cypress/package.json
Evan You b2d6f27438 init
2017-12-24 15:43:26 -05:00

21 lines
503 B
JSON

{
"name": "@vue/cli-plugin-e2e-cypress",
"version": "1.0.0",
"description": "e2e-cypress plugin for vue-cli",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
},
"keywords": [
"vue",
"cli",
"e2e-cypress"
],
"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-cypress#readme"
}