view docs/bower.json @ 486:aae241804096

themes: Don't fixup template directories, it's actually better as-is. Prepending `theme/` is not too much trouble, and directories without that are useful for handling possible user overrides.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 20:00:14 -0700
parents 07d53370724b
children
line wrap: on
line source

{
  "name": "PieCrust",
  "version": "0.0.1",
  "private": "true",
  "dependencies": {
    "bootstrap": "~3.3.2"
  }
}