-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "webpack-split-plugin",
"version": "0.3.0",
"description": "custom code splitting in webpack [wip]",
"main": "index.js",
"module": "index.js",
"scripts": {
"test": "ava --verbose",
"demo": "cd ./example-demo && npm run build",
"demo:custom": "cd ./example-demo && npm run build:custom",
"postinstall": "cd ./example-demo && npm i"
},
"dependencies": {
"chain-able": "^2.0.1",
"file-chain": "^0.0.3",
"flipfile": "^0.0.13",
"fliplog": "^0.3.9"
},
"devDependencies": {
"ava": "*",
"eslint-config-chain-able": "^1.0.0",
"webpack": "*"
},
"keywords": [
"webpack",
"chain-able",
"plugin",
"fluent",
"chain",
"split"
],
"license": "MIT",
"author": "James <aretecode@gmail.com>",
"contributors": [
"James <aretecode@gmail.com>",
"yesvods <jogis@itanguo.cn>"
],
"homepage": "https://github.com/aretecode/webpack-split-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aretecode/webpack-split-plugin.git"
},
"bugs": {
"url": "https://github.com/aretecode/webpack-split-plugin/issues"
}
}