mirror of
https://github.com/PurpleI2P/regi2p.git
synced 2025-01-29 19:24:14 +00:00
39 lines
873 B
JSON
39 lines
873 B
JSON
{
|
|
"name": "purplei2p/regi2p",
|
|
"description": "I2P domain registrar",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"twig/twig": "^3.0",
|
|
"amphp/parallel": "^1.4"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "R4SAS",
|
|
"email": "r4sas@i2pmail.org"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"lib/bob.php",
|
|
"lib/checker.php",
|
|
"lib/db.php",
|
|
"lib/router.php",
|
|
"lib/utils.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"checker": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"php checker.php"
|
|
],
|
|
"clearCache": "rm -rf cache/*",
|
|
"export": "php export.php",
|
|
"fetch": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"php fetch.php"
|
|
]
|
|
}
|
|
}
|