pics/composer.json
Aaron van Geffen ab0e4efbcb Initial commit.
This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
2017-11-09 17:00:22 +01:00

19 lines
349 B
JSON

{
"name": "aaron/hashru",
"description": "HashRU",
"license": "Proprietary",
"authors": [
{
"name": "Aaron van Geffen",
"email": "aaron@aaronweb.net"
}
],
"autoload": {
"classmap": [
"controllers/",
"models/",
"templates/"
]
}
}