-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 817 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": "spawn-loader",
"version": "7.0.2",
"description": "Webpack loader to spawn a new entry chunk.",
"main": "index.js",
"scripts": {
"test": "ava test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikdesjardins/spawn-loader.git"
},
"keywords": [
"webpack"
],
"author": "Erik Desjardins",
"license": "MIT",
"bugs": {
"url": "https://github.com/erikdesjardins/spawn-loader/issues"
},
"homepage": "https://github.com/erikdesjardins/spawn-loader#readme",
"peerDependencies": {
"webpack": "^4.0.0"
},
"dependencies": {
"inert-entry-webpack-plugin": "^4.0.0",
"loader-utils": "^2.0.0"
},
"devDependencies": {
"ava": "^2.4.0",
"file-loader": "^1.1.11",
"rimraf": "^3.0.0",
"webpack": "^4.41.2"
}
}