mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 13:25:25 +09:00
30 lines
768 B
JSON
30 lines
768 B
JSON
{
|
|
"name": "jbbcode/jbbcode",
|
|
"type": "library",
|
|
"description": "A lightweight but extensible BBCode parser written in PHP 5.3.",
|
|
"keywords": ["BBCode", "BB"],
|
|
"homepage": "http://jbbcode.com/",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.5.*",
|
|
"satooshi/php-coveralls": "0.6.*",
|
|
"friendsofphp/php-cs-fixer": "^2.1"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jackson Owens",
|
|
"email": "jackson_owens@alumni.brown.edu",
|
|
"homepage": "http://jbowens.org/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JBBCode": "."
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|