-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
43 lines (43 loc) · 1014 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
{
"name": "webpack-livereload-plugin",
"version": "3.0.2",
"description": "Livereload for webpack",
"main": "index.js",
"scripts": {
"test": "node test.js | faucet",
"release": "standard-version"
},
"engines": {
"node": ">= 10.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statianzo/webpack-livereload-plugin.git"
},
"keywords": [
"webpack",
"livereload"
],
"author": "Jason Staten",
"license": "ISC",
"bugs": {
"url": "https://github.com/statianzo/webpack-livereload-plugin/issues"
},
"homepage": "https://github.com/statianzo/webpack-livereload-plugin#readme",
"devDependencies": {
"faucet": "^0.0.1",
"standard-version": "^9.1.1",
"tape": "^5.2.0",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"anymatch": "^3.1.1",
"portfinder": "^1.0.17",
"schema-utils": ">1.0.0",
"tiny-lr": "^2.0.0"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
}
}