You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.3 KiB
50 lines
1.3 KiB
{ |
|
"title": "Agency", |
|
"name": "startbootstrap-agency", |
|
"version": "5.1.1", |
|
"scripts": { |
|
"start": "gulp watch" |
|
}, |
|
"description": "Agency is a one page HTML theme for Bootstrap.", |
|
"keywords": [ |
|
"css", |
|
"sass", |
|
"html", |
|
"responsive", |
|
"theme", |
|
"template" |
|
], |
|
"homepage": "https://startbootstrap.com/template-overviews/agency", |
|
"bugs": { |
|
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues", |
|
"email": "feedback@startbootstrap.com" |
|
}, |
|
"license": "MIT", |
|
"author": "Start Bootstrap", |
|
"contributors": [ |
|
"David Miller (http://davidmiller.io/)" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" |
|
}, |
|
"dependencies": { |
|
"@fortawesome/fontawesome-free": "5.8.2", |
|
"bootstrap": "4.3.1", |
|
"jquery": "3.4.1", |
|
"jquery.easing": "^1.4.1" |
|
}, |
|
"devDependencies": { |
|
"browser-sync": "2.26.5", |
|
"del": "4.1.1", |
|
"gulp": "4.0.2", |
|
"gulp-autoprefixer": "6.1.0", |
|
"gulp-clean-css": "4.2.0", |
|
"gulp-header": "2.0.7", |
|
"gulp-plumber": "^1.2.1", |
|
"gulp-rename": "1.4.0", |
|
"gulp-sass": "4.0.2", |
|
"gulp-uglify": "3.0.2", |
|
"merge-stream": "^1.0.1" |
|
} |
|
}
|
|
|