forked from soundcloud/chunk-manifest-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 973 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
{
"name": "chunk-manifest-webpack-plugin",
"version": "1.1.0",
"description": "Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.",
"main": "lib/ChunkManifestPlugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jason Anderson <[email protected]> (http://diurnal.st)",
"license": "MIT",
"dependencies": {
"webpack-core": "^0.6.9"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^2.1.0-beta || ^2.2.0-rc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soundcloud/chunk-manifest-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/soundcloud/chunk-manifest-webpack-plugin/issues"
},
"homepage": "https://github.com/soundcloud/chunk-manifest-webpack-plugin#readme",
"devDependencies": {},
"keywords": [
"webpack",
"chunk",
"manifest",
"plugin"
]
}