You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
454 B
22 lines
454 B
10 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|