Mercurial > piecrust2
view bower.json @ 912:cd236a6af9f6
data: Add access to route metadata in the templating data.
It's available under `route`.
Also, rename `slug` to `rel_url`, because it's confusing when `slug` could
be the route metadata of the same name as provided by the default page source.
The old `slug` is still there for backwards compatibility though.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 28 Apr 2017 10:05:14 -0700 |
parents | c1a94e1beb9d |
children |
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", "jquery-timeago": "^1.5.2" } }