mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
31 lines
No EOL
640 B
JSON
31 lines
No EOL
640 B
JSON
{
|
|
"name": "michelf/php-smartypants",
|
|
"type": "library",
|
|
"description": "PHP SmartyPants",
|
|
"homepage": "http://michelf.ca/projects/php-smartypants/",
|
|
"keywords": ["quotes", "dashes", "spaces", "typography", "typographer"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Michel Fortin",
|
|
"email": "michel.fortin@michelf.ca",
|
|
"homepage": "http://michelf.ca/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Gruber",
|
|
"homepage": "http://daringfireball.net/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Michelf": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-lib": "1.6.x-dev"
|
|
}
|
|
}
|
|
} |