mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-17 04:40:03 -06:00
39 lines
884 B
JSON
39 lines
884 B
JSON
{
|
|
"name": "@vue/cli-plugin-unit-mocha",
|
|
"version": "3.0.0-alpha.2",
|
|
"description": "mocha unit testing plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue-cli",
|
|
"mocha",
|
|
"webpack",
|
|
"unit-testing"
|
|
],
|
|
"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-unit-mocha#readme",
|
|
"dependencies": {
|
|
"execa": "^0.9.0",
|
|
"jsdom": "^11.6.1",
|
|
"jsdom-global": "^3.0.2",
|
|
"mocha": "^5.0.0",
|
|
"mocha-webpack": "^1.0.1",
|
|
"webpack-node-externals": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^1.0.0-beta.10",
|
|
"chai": "^4.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|