Commit 1336cff3 by Qiang Xue

Added bower.json to bootstrap and jui extensions.

parent 452fcc0f
{
"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"
}
}
{
"name": "yii2-jui",
"version": "2.0.0",
"homepage": "http://www.yiiframework.com/",
"authors": [
"Qiang Xue <qiang.xue@gmail.com>"
],
"description": "The Jquery UI extension for the Yii framework",
"keywords": [
"yii2", "Jquery UI"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"**/*"
],
"dependencies": {
"jquery.ui": ">=1.10.0"
}
}
{ {
"name": "yiisoft/yii2-jui", "name": "yiisoft/yii2-jui",
"description": "The Jquery UI extension for the Yii framework", "description": "The Jquery UI extension for the Yii framework",
"keywords": ["yii2", "Jquery UI", "renderer"], "keywords": ["yii2", "Jquery UI"],
"type": "yii2-extension", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {
"issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Ajui", "issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Ajui",
"forum": "http://www.yiiframework.com/forum/", "forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/", "wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2" "source": "https://github.com/yiisoft/yii2"
}, },
"authors": [ "authors": [
{ {
"name": "Qiang Xue", "name": "Qiang Xue",
"email": "qiang.xue@gmail.com" "email": "qiang.xue@gmail.com"
} }
], ],
"require": { "require": {
"yiisoft/yii2": "*" "yiisoft/yii2": "*"
}, },
"autoload": { "autoload": {
"psr-4": { "yii\\jui\\": "" } "psr-4": {
} "yii\\jui\\": ""
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment