package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "title": "Creative",
  3. "name": "startbootstrap-creative",
  4. "version": "5.0.1",
  5. "description": "Creative is a stylish one page HTML theme for Bootstrap.",
  6. "keywords": [
  7. "css",
  8. "sass",
  9. "html",
  10. "responsive",
  11. "theme",
  12. "template"
  13. ],
  14. "homepage": "https://startbootstrap.com/template-overviews/creative",
  15. "bugs": {
  16. "url": "https://github.com/BlackrockDigital/startbootstrap-creative/issues",
  17. "email": "feedback@startbootstrap.com"
  18. },
  19. "license": "MIT",
  20. "author": "Start Bootstrap",
  21. "contributors": [
  22. "David Miller (http://davidmiller.io/)"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/BlackrockDigital/startbootstrap-creative.git"
  27. },
  28. "dependencies": {
  29. "@fortawesome/fontawesome-free": "5.3.1",
  30. "bootstrap": "4.1.3",
  31. "jquery": "3.3.1",
  32. "jquery.easing": "^1.4.1",
  33. "magnific-popup": "^1.1.0",
  34. "scrollreveal": "4.0.1"
  35. },
  36. "devDependencies": {
  37. "browser-sync": "2.24.7",
  38. "gulp": "^3.9.1",
  39. "gulp-autoprefixer": "6.0.0",
  40. "gulp-clean-css": "3.10.0",
  41. "gulp-header": "2.0.5",
  42. "gulp-rename": "1.4.0",
  43. "gulp-sass": "4.0.1",
  44. "gulp-uglify": "3.0.1"
  45. }
  46. }