browser-sync-brunch
Version:
Adds browser-sync support to brunch for automatic browser reloading and much more
30 lines (29 loc) • 763 B
JSON
{
"name": "browser-sync-brunch",
"version": "0.0.9",
"description": "Adds browser-sync support to brunch for automatic browser reloading and much more",
"author": "Olivier Combe <olivier.combe@gmail.com>",
"contributors": [
"Christophe Porteneuve <tdd@tddsworld.com>"
],
"homepage": "https://github.com/ocombe/browser-sync-brunch",
"keywords": [
"brunchplugin",
"auto-reload",
"auto reload",
"browser-sync",
"browser sync",
"browsersync"
],
"repository": {
"type": "git",
"url": "git@github.com:ocombe/browser-sync-brunch.git"
},
"main": "./lib/index",
"scripts": {},
"dependencies": {
"browser-sync": "~2.1.1",
"extend": "~1.3.0"
},
"devDependencies": {}
}