annotate docs/bower.json @ 472:dbe22d170cf7

web: Don't offer to create a missing page when in a read-only endpoint.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:46:08 -0700
parents 003316f77d3a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
382
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 {
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 "name": "Wikked",
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 "version": "0.0.1",
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 "private": "true",
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 "dependencies": {
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 "pure": "~0.6.0",
385
003316f77d3a docs: Add JQuery as a bower package.
Ludovic Chabant <ludovic@chabant.com>
parents: 382
diff changeset
7 "font-awesome": "~4.4.0",
003316f77d3a docs: Add JQuery as a bower package.
Ludovic Chabant <ludovic@chabant.com>
parents: 382
diff changeset
8 "jquery": "~2.1.4"
382
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 }
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 }