-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 955 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
{
"name": "file-list-plugin",
"version": "2.0.5",
"description": "A webpack plugin to list deployed files.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/loader.spec.js"
},
"keywords": [
"webpack",
"file",
"list",
"file list",
"loader",
"pluigin",
"images listing",
"priority",
"above the fold"
],
"homepage": "https://github.com/PowToon/file-list-plugin",
"author": "Powtoon ([email protected])",
"contributors": [
"Vitali Zaidman ([email protected])"
],
"license": "MIT",
"dependencies": {
"lodash": "^4"
},
"devDependencies": {
"css-loader": "^3.4.2",
"expect.js": "^0.3.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.1.0",
"mocha": "^7.1.0",
"node-sass": "^4.13.1",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}