-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 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
35
36
37
{
"name": "webpack-glob-entries",
"version": "1.0.2",
"description": "A small function which allows you to pass glob to generate entries hash object",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcds/webpack-glob-entries.git"
},
"keywords": [
"webpack",
"glob",
"entries"
],
"author": "Aurimas Niekis <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gcds/webpack-glob-entries/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/gcds/webpack-glob-entries/issues"
},
"homepage": "https://github.com/gcds/webpack-glob-entries#readme",
"dependencies": {
"glob": "^5.0.15"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3",
"proxyquire": "^1.7.3"
}
}