-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 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
28
29
30
{
"name": "alias-regex-webpack-plugin",
"version": "0.1.2",
"description": "Webpack plugin that enables overriding module import paths using a regex match and a replacement",
"main": "dist/index.js",
"scripts": {
"build": "babel index.js --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thaerlabs/alias-regex-webpack-plugin.git"
},
"keywords": [
"webpack",
"path",
"override",
"resolver",
"alias"
],
"author": "Thaer Abbas <abbas.t249@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thaerlabs/alias-regex-webpack-plugin/issues"
},
"homepage": "https://github.com/thaerlabs/alias-regex-webpack-plugin#readme",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-preset-es2015": "6.18.0"
}
}