mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
40 lines
819 B
JSON
Executable File
40 lines
819 B
JSON
Executable File
{
|
|
"name": "shopxo/shopxo",
|
|
"description": "ShopXO domestic leading enterprise-class B2C free open source e-commerce system!",
|
|
"type": "project",
|
|
"keywords": [
|
|
"shop",
|
|
"shopxo",
|
|
"b2c",
|
|
"mall",
|
|
"商城",
|
|
"开源商城",
|
|
"小程序",
|
|
"thinkphp",
|
|
"ORM"
|
|
],
|
|
"homepage": "http://shopxo.net/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Devil",
|
|
"email": "fuxiang.gong@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"topthink/framework": "5.1.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "application"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think-path": "thinkphp"
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|