nunta/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2016-02-02 20:41:00 +01:00
{
2017-08-11 21:12:34 +02:00
"title": "Agency",
"name": "startbootstrap-agency",
2017-08-18 00:31:58 +02:00
"version": "4.0.0-beta",
2017-08-11 21:12:34 +02:00
"description": "Agency is a one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
2017-08-19 23:34:12 +02:00
"homepage": "https://startbootstrap.com/template-overviews/agency",
2017-08-11 21:12:34 +02:00
"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": {
"bootstrap": "^4.0.0-beta",
"font-awesome": "4.7.0",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"popper.js": "^1.11.1"
},
"devDependencies": {
"browser-sync": "2.18.13",
"gulp": "^3.9.1",
"gulp-clean-css": "3.7.0",
"gulp-header": "1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
}
}