35 lines
660 B
JSON
35 lines
660 B
JSON
|
|
{
|
||
|
|
"name": "gulp-livereload",
|
||
|
|
"description": "Gulp plugin for livereload.",
|
||
|
|
"version": "4.0.2",
|
||
|
|
"main": "./index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "mocha"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/vohof/gulp-livereload.git"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"keywords": [
|
||
|
|
"gulpplugin",
|
||
|
|
"livereload"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"chalk": "^2.4.1",
|
||
|
|
"debug": "^3.1.0",
|
||
|
|
"fancy-log": "^1.3.2",
|
||
|
|
"lodash.assign": "^4.2.0",
|
||
|
|
"readable-stream": "^3.0.6",
|
||
|
|
"tiny-lr": "^1.1.1",
|
||
|
|
"vinyl": "^2.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "^5.2.0",
|
||
|
|
"sinon": "^6.1.5"
|
||
|
|
}
|
||
|
|
}
|