Mercurial > piecrust2
view bower.json @ 850:370e74941d32
optimize: Only load some 3rd party packages when needed.
This commit only optimizes the Markdown, SmartyPants, and Pystache wrappers.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 29 Apr 2017 21:27:33 -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" } }