UNPKG

646 BJSONView Raw
1{
2 "name": "webpack-livereload-plugin",
3 "version": "0.5.1",
4 "description": "Livereload for webpack",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/statianzo/webpack-livereload-plugin.git"
12 },
13 "keywords": [
14 "webpack",
15 "livereload"
16 ],
17 "author": "Jason Staten",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/statianzo/webpack-livereload-plugin/issues"
21 },
22 "homepage": "https://github.com/statianzo/webpack-livereload-plugin#readme",
23 "dependencies": {
24 "tiny-lr": "^0.2.0"
25 }
26}