annotate docs/bower.json @ 581:911a054f4fbd

bake: Add support for a "known" page setting that excludes it from the bake. (this is useful to set pages as "drafts")
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 30 Dec 2015 14:49:44 -0800
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 }