bower.json 101 B

123456
  1. {
  2. "name": "Laravel Application",
  3. "dependencies": {
  4. "bootstrap-sass-official": "~3.3.1"
  5. }
  6. }