UNPKG

316 BJSONView Raw
1{
2 "files": {
3 "desc": "File paths to reload",
4 "type": "array",
5 "alias": "f"
6 },
7 "port": {
8 "alias": "p",
9 "type": "number",
10 "desc": "Target a running instance by port number"
11 },
12 "url": {
13 "alias": "u",
14 "desc": "Provide the full the url to the running Browsersync instance"
15 }
16}