From 74b2e00152e4b72ab6df603e0760992376921912 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 28 Aug 2014 14:27:35 -0400 Subject: [PATCH] Added bower.json to bootstrap and jui extensions. --- bower.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..28261f6 --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "yii2-bootstrap", + "version": "2.0.0", + "homepage": "http://www.yiiframework.com/", + "authors": [ + "Qiang Xue " + ], + "description": "The Twitter Bootstrap extension for the Yii framework", + "keywords": [ + "yii2", + "bootstrap" + ], + "license": "BSD-3-Clause", + "ignore": [ + "**/.*", + "**/*" + ], + "dependencies": { + "bootstrap": ">=3.0.0" + } +}