-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 889 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
{
"name": "vue-cli-plugin-unit-karma",
"version": "0.5.0",
"description": "Run unit tests in a @vue/cli project with Karma",
"keywords": [
"vue",
"cli",
"plugin",
"karma",
"testing"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Jackson",
"license": "ISC",
"dependencies": {
"chai": "^4.1.2",
"express": "^4.16.3",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"lodash": "^4.17.5",
"mocha": "^5.0.5",
"webpack": "^4.8.3",
"webpack-merge": "^4.1.2"
}
}