-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 858 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
{
"name": "webpack-loader-options-merge",
"version": "0.0.3",
"description": "Multiple LoaderOptionsPlugin merge to SingleOptions.",
"main": "index.js",
"scripts": {
"test": "mocha --require intelli-espower-loader -R spec ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontainer/webpack-loader-options-merge.git"
},
"keywords": [
"webpack",
"loader-options",
"merge"
],
"author": "frontainer",
"license": "MIT",
"bugs": {
"url": "https://github.com/frontainer/webpack-loader-options-merge/issues"
},
"homepage": "https://github.com/frontainer/webpack-loader-options-merge#readme",
"devDependencies": {
"espower-loader": "^1.0.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.1.0",
"power-assert": "^1.4.1",
"webpack": "^2.2.0-rc.3"
}
}