From 3c90786322e219c45aedf1d94982e68305dd9ebb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Dec 2014 11:06:10 -0800 Subject: [PATCH] Add sache.json Refs https://github.com/twbs/bootstrap-sass/issues/657 --- sache.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sache.json diff --git a/sache.json b/sache.json new file mode 100644 index 0000000000..cd1a8c44fc --- /dev/null +++ b/sache.json @@ -0,0 +1,5 @@ +{ + "name": "bootstrap", + "description": "The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.", + "tags": ["bootstrap", "grid", "typography", "buttons", "ui", "responsive-web-design"] +}