-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 831 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
35
36
37
{
"name": "required-loader",
"author": {
"name": "Alexander Dukhovnyak"
},
"bugs": {
"url": "https://github.com/shanhaichik/webpack-require-loader/issues"
},
"dependencies": {
"loader-utils": "^1.1.0",
"imports-loader": "^0.6.5",
"glob": "^6.0.2",
"slash": "^1.0.0"
},
"files": [
"index.js"
],
"description": "Require a whole directory of trees in bulk",
"homepage": "https://github.com/shanhaichik/webpack-require-loader#readme",
"installable": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shanhaichik/webpack-require-loader.git"
},
"version": "1.3.15",
"keywords": [
"webpack",
"required-loader",
"webpack-require",
"require-loader",
"bulk-require",
"loader",
"loader",
"require"
]
}