-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
37 lines (37 loc) · 1.02 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
{
"title": "Scrolling Nav",
"name": "startbootstrap-scrolling-nav",
"version": "4.0.0-beta.2",
"description": "A smooth scrolling navigation HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/scrolling-nav",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-scrolling-nav.git"
},
"dependencies": {
"bootstrap": "4.0.0",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"browser-sync": "2.23.6",
"gulp": "^3.9.1"
}
}