-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 880 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": "webpack-concat-after-webpack-concat-plugin",
"version": "1.0.4",
"description": "This is webpack plugin for concat results of \"webpack-concat-plugin\" ",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZVanoZ/webpack-concat-after-webpack-concat-plugin.git"
},
"keywords": [
"webpack",
"webpack-concat-plugin",
"concat"
],
"author": "Ivan Zaglyada",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZVanoZ/webpack-concat-after-webpack-concat-plugin/issues"
},
"homepage": "https://github.com/ZVanoZ/webpack-concat-after-webpack-concat-plugin#readme",
"dependencies": {
"webpack-concat-plugin": "^3.0.0"
},
"devDependencies": {
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2"
}
}