forked from BohdanTkachenko/webpack-split-by-path
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 911 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
{
"name": "webpack-split-by-path",
"version": "0.0.8",
"description": "Split a Webpack entry bundle into any number of arbitrarily defined smaller bundles",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:BohdanTkachenko/webpack-split-by-path.git"
},
"keywords": [
"webpack"
],
"author": {
"name": "Bohdan Tkachenko",
"email": "[email protected]",
"url": "http://BohdanTkachenko.com"
},
"contributors": [
"SoundCloud, Nick Fisher"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BohdanTkachenko/webpack-split-by-path/issues"
},
"scripts": {
"test": "./node_modules/.bin/webpack --config example/webpack.config.js"
},
"homepage": "https://github.com/BohdanTkachenko/webpack-split-by-path",
"devDependencies": {
"css-loader": "^0.17.0",
"react": "^0.13.3",
"style-loader": "^0.12.3"
}
}