forked from codymikol/karma-webpack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 920 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
{
"name": "karma-webpack-with-fast-source-maps",
"version": "1.10.2",
"author": "Tobias Koppers @sokra",
"contributors": [
{
"name": "Aaron Jensen"
}
],
"description": "Use webpack with karma and fast, file source maps",
"peerDependencies": {
"webpack": "^1.4.0 || ^2.0.0 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
},
"dependencies": {
"async": "~0.9.0",
"loader-utils": "^0.2.5",
"lodash": "^3.8.0",
"source-map": "^0.1.41",
"webpack-dev-middleware": "^1.0.11"
},
"devDependencies": {
"karma": ">=0.13.2 < 1",
"karma-mocha": "~0.1.9",
"karma-chrome-launcher": "~0.1.5",
"karma-spec-reporter": "~0.0.16",
"coffee-loader": "~0.7.2"
},
"license": "MIT",
"homepage": "http://github.com/aaronjensen/karma-webpack",
"repository": {
"type": "git",
"url": "https://github.com/aaronjensen/karma-webpack.git"
},
"main": "index.js"
}