forked from devrafalko/webpack-karma-jasmine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
{
"name": "webpack-karma-jasmine",
"version": "3.0.8",
"description": "Configuration for karma jasmine",
"keywords": [
"webpack",
"babel",
"karma",
"jasmine",
"unit",
"test",
"config"
],
"author": "Pawel Rafalko <dev.rafalko@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"jasmine-core": "3.4.0",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"karma-mocha-reporter": "^2.2.5",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devrafalko/webpack-karma-jasmine.git"
},
"bugs": {
"url": "https://github.com/devrafalko/webpack-karma-jasmine/issues"
},
"homepage": "https://github.com/devrafalko/webpack-karma-jasmine#readme"
}