Curro_Landingpage/package.json

52 lines
1.4 KiB
JSON

{
"title": "Landing Page",
"name": "startbootstrap-landing-page",
"version": "5.0.9",
"scripts": {
"watch": "node_modules/.bin/gulp watch",
"build": "node_modules/.bin/gulp build"
},
"description": "An HTML landing page template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/theme/landing-page",
"bugs": {
"url": "https://github.com/StartBootstrap/startbootstrap-landing-page/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (https://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://git.evers.sh/denis-ev/Curro_Landingpage.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"bootstrap": "4.6.0",
"jquery": "3.5.1",
"simple-line-icons": "2.5.5"
},
"devDependencies": {
"browser-sync": "2.26.14",
"del": "6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-clean-css": "4.3.0",
"gulp-header": "2.0.9",
"gulp-image": "^6.2.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"merge-stream": "2.0.0"
}
}