package.json 418 B

1234567891011121314151617
  1. {
  2. "name": "startbootstrap",
  3. "title": "Start Bootstrap",
  4. "version": "5.0.0",
  5. "homepage": "https://startbootstrap.com",
  6. "author": "Start Bootstrap",
  7. "license": "SEE LICENSE IN LICENSE.txt",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/BlackrockDigital/startbootstrap.git"
  11. },
  12. "dependencies": {
  13. "bootstrap": "4.4.1",
  14. "gulp": "4.0.2"
  15. }
  16. }