package.json 951 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "title": "Business Casual",
  3. "name": "startbootstrap-business-casual",
  4. "version": "4.0.0-alpha",
  5. "description": "A casual HTML website theme for businesses built with Bootstrap",
  6. "keywords": [
  7. "css",
  8. "sass",
  9. "html",
  10. "responsive",
  11. "theme",
  12. "template"
  13. ],
  14. "homepage": "http://startbootstrap.com/template-overviews/business-casual",
  15. "bugs": {
  16. "url": "https://github.com/BlackrockDigital/startbootstrap-business-casual/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-business-casual.git"
  27. },
  28. "dependencies": {
  29. "bootstrap": "^4.0.0-beta",
  30. "jquery": "^3.2.1",
  31. "popper.js": "^1.11.1"
  32. },
  33. "devDependencies": {
  34. "browser-sync": "2.18.13",
  35. "gulp": "^3.9.1"
  36. }
  37. }