Browse Source

Added bower.json to bootstrap and jui extensions.

tags/2.0.0-rc
Qiang Xue 10 years ago
parent
commit
74b2e00152
  1. 21
      bower.json

21
bower.json

@ -0,0 +1,21 @@
{
"name": "yii2-bootstrap",
"version": "2.0.0",
"homepage": "http://www.yiiframework.com/",
"authors": [
"Qiang Xue <qiang.xue@gmail.com>"
],
"description": "The Twitter Bootstrap extension for the Yii framework",
"keywords": [
"yii2",
"bootstrap"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"**/*"
],
"dependencies": {
"bootstrap": ">=3.0.0"
}
}
Loading…
Cancel
Save