-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathpackage.json
38 lines (38 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@vue/cli-plugin-unit-mocha",
"version": "3.0.0-beta.12",
"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.10.0",
"jsdom": "^11.10.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.1.1",
"mocha-webpack": "^2.0.0-beta.0",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.16",
"chai": "^4.1.2"
},
"publishConfig": {
"access": "public"
}
}