mirror of
https://github.com/daledavies/jump.git
synced 2026-01-09 00:42:08 +01:00
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"name": "daledavies/jump",
|
|
"description": "A startpage for stuff",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jump\\": "classes/"
|
|
}
|
|
},
|
|
"require": {
|
|
"mustache/mustache": "~2.5",
|
|
"arthurhoaro/favicon": "~1.0",
|
|
"nette/caching": "^3.1",
|
|
"phlak/config": "^7.0"
|
|
}
|
|
}
|