-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 KB
/
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
41
42
43
44
45
{
"title": "Bare",
"name": "startbootstrap-bare",
"version": "4.2.3",
"scripts": {
"start": "node_modules/.bin/gulp watch",
"test": "jest"
},
"description": "A basic HTML starter template for Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/bare",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-bare/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (https://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/StartBootstrap/startbootstrap-bare.git"
},
"dependencies": {
"bootstrap": "4.5.3",
"jquery": "3.5.1",
"selenium-webdriver": "^4.0.0-beta.1"
},
"devDependencies": {
"@testing-library/dom": "^7.29.4",
"browser-sync": "2.26.13",
"del": "6.0.0",
"gulp": "4.0.2",
"jest": "^26.6.3",
"merge-stream": "2.0.0"
}
}