generated from leewalter/example-site-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
22 lines (22 loc) · 782 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
{
"name": "example-site-boilerplate",
"version": "0.1.0",
"description": "A collection of common content pieces and boilerplate design and assets for use by the Netlify DX team (or anyone, although the content will be rather Netli-centric) when creating example and demo sites.",
"scripts": {
"start": "browser-sync start --config bs-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/example-site-boilerplate.git"
},
"keywords": [],
"author": "Netlify DX <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/netlify/example-site-boilerplate/issues"
},
"homepage": "https://github.com/netlify/example-site-boilerplate#readme",
"dependencies": {
"browser-sync": "^2.26.7"
}
}