-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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 <[email protected]>",
"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"
}
}