nunta/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2016-02-02 20:41:00 +01:00
{
2017-03-31 23:58:28 +02:00
"title": "Agency",
"name": "startbootstrap-agency",
"version": "4.0.0-alpha",
"description": "Agency is a one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "http://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": {
"bootstrap": "^4.0.0-alpha.6",
2017-05-08 20:57:42 +02:00
"font-awesome": "4.7.0",
2017-03-31 23:58:28 +02:00
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"tether": "^1.4.0"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
2017-05-08 20:57:42 +02:00
"gulp-clean-css": "3.2.0",
"gulp-header": "1.8.8",
2017-03-31 23:58:28 +02:00
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2"
}
2017-05-08 20:57:42 +02:00
}