-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.54 KB
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
46
47
48
49
50
51
52
53
{
"title": "The Big Picture",
"name": "startbootstrap-the-big-picture",
"version": "4.2.3",
"scripts": {
"start": "node_modules/.bin/gulp watch",
"test": "npm run scss-compile",
"scss-compile": "node-sass -rw assets/scss -o assets/css",
"watch": "npm run scss-compile"
},
"description": "A full page image background with fixed bottom navigation HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template/the-big-picture",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-the-big-picture/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-the-big-picture.git"
},
"dependencies": {
"bootstrap": "4.5.3",
"jquery": "3.5.1",
"y18n": ">=3.2.2",
"socket.io": ">=2.4.0",
"axios": ">=0.21.2",
"ini": ">=1.3.6",
"follow-redirects": ">=1.14.8",
"path-parse": ">=1.0.7",
"xmlhttprequest-ssl": ">=1.6.2",
"ws": ">=7.4.6",
"async": ">=2.6.4"
},
"devDependencies": {
"browser-sync": "2.26.13",
"del": "6.0.0",
"gulp": "4.0.2",
"merge-stream": "2.0.0"
}
}