Yii2 framework backup
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.
 
 
 
 
 

28 lines
582 B

{
"name": "yii2-gii",
"version": "2.0.0",
"homepage": "http://www.yiiframework.com/",
"authors": [
"Qiang Xue <qiang.xue@gmail.com>"
],
"description": "The Gii extension for the Yii framework",
"keywords": [
"yii2",
"gii",
"code generator"
],
"license": "BSD-3-Clause",
"main": [
"assets/gii.js"
],
"ignore": [
"**/.*",
"**/*",
"!assets/"
],
"dependencies": {
"yii2": ">=2.0.0",
"bootstrap": ">=3.0.0",
"typeahead.js": ">=0.10.0"
}
}