-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 902 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
38
39
40
41
42
43
44
45
{
"name": "readdir-loader",
"version": "0.0.1",
"author": {
"name": "Stefan Friedl @DoubleU23"
},
"description": "webpack - load all files/dirs in given dir",
"files": [
"index.js"
],
"dependencies": {
"dive": "^0.5.0",
"loader-utils": "^0.2.16",
"path": "^0.12.7"
},
"devDependencies": {
"mocha": "^2.3.4",
"should": "^7.1.1"
},
"scripts": {
"test": "echo 'no testscript defined.'"
},
"repository": {
"type": "git",
"url": "https://github.com/DoubleU23/dirfiles-loader"
},
"keywords": [
"webpack-loader",
"file-loader"
],
"homepage": "https://github.com/DoubleU23/dirfiles-loader",
"main": "index.js",
"directories": {
"test": "test",
"lib": "lib"
},
"license": "MIT",
"maintainers": [
{
"name": "doubleu23",
"email": "dev@project23.org"
}
],
"readmeFilename": "README.md"
}