annotate docs/bower.json @ 326:1ecc0c16ba64 2.0.0a6

data: Better error message for old date formats, add `emaildate` filter.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 30 Mar 2015 14:43:08 -0700
parents 07d53370724b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
265
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 {
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 "name": "PieCrust",
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 "version": "0.0.1",
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 "private": "true",
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 "dependencies": {
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 "bootstrap": "~3.3.2"
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 }
07d53370724b Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 }