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.
21 lines
424 B
21 lines
424 B
{
|
|
"name": "antgoods/goods",
|
|
"description": "ant基础模块之一",
|
|
"type": "yii2-extension",
|
|
"keywords": ["goods"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "linyao",
|
|
"email": "linyaostalker@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"yiisoft/yii2": "~2.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"antgoods\\goods\\": ""
|
|
}
|
|
}
|
|
}
|