mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 23:39:02 +01:00
28 lines
553 B
JSON
28 lines
553 B
JSON
{
|
|
"name": "yii2-debug",
|
|
"version": "2.0.0",
|
|
"homepage": "http://www.yiiframework.com/",
|
|
"authors": [
|
|
"Qiang Xue <qiang.xue@gmail.com>"
|
|
],
|
|
"description": "The debugger extension for the Yii framework",
|
|
"keywords": [
|
|
"yii2",
|
|
"debug",
|
|
"debugger"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": [
|
|
"assets/toolbar.js"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"**/*",
|
|
"!assets/"
|
|
],
|
|
"dependencies": {
|
|
"yii2": ">=2.0.0",
|
|
"bootstrap": ">=3.0.0"
|
|
}
|
|
}
|