mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
31 lines
732 B
JSON
31 lines
732 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": "3.7.*"
|
|
},
|
|
"config": {
|
|
"bin-dir": "/usr/local/bin"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jackson Owens",
|
|
"email": "jackson_owens@brown.edu",
|
|
"homepage": "http://jbowens.org/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JBBCode": "."
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|