6 changed files with 67 additions and 57 deletions
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@ |
|||||||
/*! |
/*! |
||||||
* Start Bootstrap - Agency v4.0.0-beta (http://startbootstrap.com/template-overviews/agency)
|
* Start Bootstrap - Agency v4.0.0-beta (https://startbootstrap.com/template-overviews/agency)
|
||||||
* Copyright 2013-2017 Start Bootstrap |
* Copyright 2013-2017 Start Bootstrap |
||||||
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
|
||||||
*/ |
*/ |
||||||
|
|||||||
@ -1,44 +1,44 @@ |
|||||||
{ |
{ |
||||||
"title": "Agency", |
"title": "Agency", |
||||||
"name": "startbootstrap-agency", |
"name": "startbootstrap-agency", |
||||||
"version": "4.0.0-beta", |
"version": "4.0.0-beta", |
||||||
"description": "Agency is a one page HTML theme for Bootstrap.", |
"description": "Agency is a one page HTML theme for Bootstrap.", |
||||||
"keywords": [ |
"keywords": [ |
||||||
"css", |
"css", |
||||||
"sass", |
"sass", |
||||||
"html", |
"html", |
||||||
"responsive", |
"responsive", |
||||||
"theme", |
"theme", |
||||||
"template" |
"template" |
||||||
], |
], |
||||||
"homepage": "https://startbootstrap.com/template-overviews/agency", |
"homepage": "https://startbootstrap.com/template-overviews/agency", |
||||||
"bugs": { |
"bugs": { |
||||||
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues", |
"url": "https://github.com/BlackrockDigital/startbootstrap-agency/issues", |
||||||
"email": "feedback@startbootstrap.com" |
"email": "feedback@startbootstrap.com" |
||||||
}, |
}, |
||||||
"license": "MIT", |
"license": "MIT", |
||||||
"author": "Start Bootstrap", |
"author": "Start Bootstrap", |
||||||
"contributors": [ |
"contributors": [ |
||||||
"David Miller (http://davidmiller.io/)" |
"David Miller (http://davidmiller.io/)" |
||||||
], |
], |
||||||
"repository": { |
"repository": { |
||||||
"type": "git", |
"type": "git", |
||||||
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" |
"url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" |
||||||
}, |
}, |
||||||
"dependencies": { |
"dependencies": { |
||||||
"bootstrap": "^4.0.0-beta", |
"bootstrap": "^4.0.0-beta", |
||||||
"font-awesome": "4.7.0", |
"font-awesome": "4.7.0", |
||||||
"jquery": "^3.2.1", |
"jquery": "^3.2.1", |
||||||
"jquery.easing": "^1.4.1", |
"jquery.easing": "^1.4.1", |
||||||
"popper.js": "^1.11.1" |
"popper.js": "1.12.3" |
||||||
}, |
}, |
||||||
"devDependencies": { |
"devDependencies": { |
||||||
"browser-sync": "2.18.13", |
"browser-sync": "2.18.13", |
||||||
"gulp": "^3.9.1", |
"gulp": "^3.9.1", |
||||||
"gulp-clean-css": "3.7.0", |
"gulp-clean-css": "3.7.0", |
||||||
"gulp-header": "1.8.9", |
"gulp-header": "1.8.9", |
||||||
"gulp-rename": "^1.2.2", |
"gulp-rename": "^1.2.2", |
||||||
"gulp-sass": "^3.1.0", |
"gulp-sass": "^3.1.0", |
||||||
"gulp-uglify": "3.0.0" |
"gulp-uglify": "3.0.0" |
||||||
} |
} |
||||||
} |
} |
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue