mirror of https://github.com/PurpleI2P/regi2p.git
Domain registry project
http://reg.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
873 B
39 lines
873 B
4 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|