-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 938 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
38
39
40
{
"name": "@11ty/eleventy-server-browsersync",
"version": "1.0.2",
"description": "An Eleventy server plugin to use Browsersync with Eleventy 2.0+.",
"main": "server.js",
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [
"eleventy",
"server"
],
"11ty": {
"compatibility": ">=2"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-server-browsersync.git"
},
"bugs": "https://github.com/11ty/eleventy-server-browsersync/issues",
"homepage": "https://github.com/11ty/eleventy-server-browsersync/",
"dependencies": {
"browser-sync": "^2.27.11"
},
"devDependencies": {
}
}