20 lines
480 B
JSON
Executable File
20 lines
480 B
JSON
Executable File
{
|
|
"name": "sequenzia/sequenzia",
|
|
"description": "Image board for PHP 5.4+ and MySQL",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"myimouto",
|
|
"booru",
|
|
"image board"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"railsphp/railsphp": "1.0.*",
|
|
"railsphp/willpaginate": "1.0.*",
|
|
"railsphp/actsasversioned": "1.0.*",
|
|
"michelf/php-markdown": "1.9.*"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|