UNPKG

rollup-plugin-browsersync

Version:
38 lines (37 loc) 882 B
{ "name": "rollup-plugin-browsersync", "version": "1.3.3", "description": "Serve your rolled up bundle via browsersync", "main": "index.js", "keywords": [ "rollup", "rollup-plugin", "browsersync", "dev-server", "static", "serve" ], "license": "MIT", "author": "Alejandro Tardín <alejandro@tardin.com>", "homepage": "https://github.com/4lejandrito/rollup-plugin-browsersync", "bugs": { "url": "https://github.com/4lejandrito/rollup-plugin-browsersync/issues" }, "repository": { "type": "git", "url": "https://github.com/4lejandrito/rollup-plugin-browsersync" }, "scripts": { "test": "jest" }, "dependencies": { "browser-sync": "^2.26.14" }, "devDependencies": { "jest": "^26.5.2", "puppeteer": "^5.3.1", "replace-in-file": "^6.1.0", "rollup": "^2.29.0", "wait-port": "^0.2.9" } }