Mercurial > piecrust2
view bower.json @ 685:77cec2fa0e83
cm: Fix a packaging bug, update package metadata.
* Don't add empty strings as install requirements.
* Move PieCrust to 'beta' status, change URL, and other metadata tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 10 Mar 2016 07:08:15 -0800 |
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" } }