27 lines
658 B
JSON
Executable File
27 lines
658 B
JSON
Executable File
{
|
|
"name": "myimouto/myimouto",
|
|
"description": "Image board for PHP 5.4+ and MySQL",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"myimouto",
|
|
"booru",
|
|
"image board"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"myimouto/railsphp": "dev-master",
|
|
"railsphp/willpaginate": "dev-master",
|
|
"railsphp/actsasversioned": "dev-master",
|
|
"michelf/php-markdown": "1.3.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ApplicationInstaller\\": "install/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-package-install": [
|
|
"ApplicationInstaller\\CompileAssets::compile"
|
|
]
|
|
}
|
|
} |