UNPKG

broccoli-browser-sync-ml

Version:
39 lines (38 loc) 1.01 kB
{ "name": "broccoli-browser-sync-ml", "version": "1.0.2", "description": "BrowserSync for Broccoli.js", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mlaccetti/broccoli-browser-sync.git" }, "keywords": [ "broccoli", "broccoli-plugin", "browser-sync", "browsersync", "css-injection", "livereload" ], "author": "Markus Padourek", "contributors": [ "Michael Laccetti <michael@laccetti.com> (https://laccetti.com/)" ], "license": "MIT", "bugs": { "url": "https://github.com/mlaccetti/broccoli-browser-sync/issues" }, "homepage": "https://github.com/mlaccetti/broccoli-browser-sync#readme", "dependencies": { "broccoli-caching-writer": "git+https://github.com/Globegitter/broccoli-caching-writer.git#patch-1", "browser-sync": "^2.10.0", "glob": "^5.0.15" }, "devDependencies": { "eslint": "^1.10.3" } }