gulp-connect
Version:
Gulp plugin to run a webserver (with LiveReload)
65 lines (64 loc) • 1.44 kB
JSON
{
"name": "gulp-connect",
"version": "5.7.0",
"description": "Gulp plugin to run a webserver (with LiveReload)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/avevlad/gulp-connect"
},
"authors": [
{
"name": "Vladislav Derjavin",
"email": "dev@vld.me",
"url": "http://vld.me/"
},
{
"name": "Johannes Schickling",
"email": "schickling.j@gmail.com",
"url": "http://schickling.me/"
},
{
"name": "Justin Chase",
"email": "justin.m.chase@gmail.com",
"url": "http://justinmchase.com"
},
{
"name": "Contributors",
"homepage": "https://github.com/AveVlad/gulp-connect/graphs/contributors"
}
],
"scripts": {
"test": "mocha",
"pretest": "coffee -o . -bc src/",
"prepublish": "coffee -o . -bc src/"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"gulpfriendly",
"connect",
"livereload",
"webserver",
"server"
],
"dependencies": {
"ansi-colors": "^2.0.5",
"connect": "^3.6.6",
"connect-livereload": "^0.6.0",
"map-stream": "^0.0.7",
"fancy-log": "^1.3.2",
"send": "^0.16.2",
"serve-index": "^1.9.1",
"serve-static": "^1.13.2",
"tiny-lr": "^1.1.1"
},
"devDependencies": {
"coffee-script": "^1.12.7",
"gulp": "^4.0.0",
"gulp-stylus": "^2.7.0",
"mocha": "^5.2.0",
"supertest": "^3.1.0"
}
}