mirror of
https://gitee.com/celaraze/chemex.git
synced 2024-12-04 20:28:26 +08:00
39 lines
819 B
JSON
Executable File
39 lines
819 B
JSON
Executable File
{
|
|
"name": "overtrue/laravel-pinyin",
|
|
"description": "Chinese to Pinyin translator.",
|
|
"keywords": [
|
|
"laravel",
|
|
"pinyin",
|
|
"chinese",
|
|
"overtrue"
|
|
],
|
|
"require": {
|
|
"overtrue/pinyin": "~4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Overtrue\\LaravelPinyin\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Overtrue\\LaravelPinyin\\ServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Pinyin": "Overtrue\\LaravelPinyin\\Facades\\Pinyin"
|
|
}
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "overtrue",
|
|
"email": "anzhengchao@gmail.com"
|
|
}
|
|
]
|
|
}
|