view bower.json @ 627:6c205066067a

admin: Fix responsive layout. * Use a fluid Bootstrap container to not get pops, and prevent problems with the side navigation messing up widths. * Fix button layout on the edit page view.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Feb 2016 23:27:41 -0800
parents 7e4e567377cd
children c1a94e1beb9d
line wrap: on
line source

{
  "name": "PieCrust",
  "description": "",
  "version": "0.0.1",
  "private": "true",
  "authors": [
    "Ludovic Chabant <ludovic@chabant.com>"
  ],
  "homepage": "http://bolt80.com/piecrust",
  "ignore": [
    "node_modules",
    "bower_components"
  ],
  "dependencies": {
    "bootstrap": "~3.3.5",
    "bootstrap-sass": "~3.3.5",
    "font-awesome": "fontawesome#~4.5.0",
    "Ionicons": "ionicons#~2.0.1"
  }
}