forked from Aintaer/import-glob-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 883 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
{
"name": "import-glob-loader2",
"version": "1.1.2",
"description": "Globbing preloader for Webpack",
"main": "index.js",
"scripts": {
"prepare": "babel src/index.js -o index.js",
"prepublish": "check-node-version --npm \">=4\" || npm run prepare",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"loader",
"glob"
],
"author": "M.Saad Siddiqui <[email protected]>",
"license": "ISC",
"dependencies": {
"glob": "^5.0.13",
"loader-utils": "^1.1.0"
},
"devDependencies": {
"babel": "^5.6.14",
"check-node-version": "^1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mazemax/import-glob-loader2.git"
},
"bugs": {
"url": "https://github.com/mazemax/import-glob-loader2/issues"
},
"homepage": "https://mazemax.github.io/import-glob-loader2/"
}