-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 930 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 930 Bytes
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
{
"name": "webpack-plugin-create-multiple-bundle-from-string-replace",
"version": "0.2.7",
"description": "Create some bundles for multi-target environment which from string replace options",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm version patch && git push --follow-tags"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Leonard-Li777/webpack-plugin-create-multiple-bundle-from-string-replace.git"
},
"author": "seaeye777@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Leonard-Li777/webpack-plugin-create-multiple-bundle-from-string-replace/issues"
},
"homepage": "https://github.com/Leonard-Li777/webpack-plugin-create-multiple-bundle-from-string-replace#readme",
"dependencies": {
"fs-utils": "^0.7.0",
"replace-once": "^1.0.0"
}
}