mirror of
https://github.com/daledavies/jump.git
synced 2026-01-10 09:22:06 +01:00
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"name": "daledavies/jump",
|
|
"version": "1.0.1",
|
|
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jump\\": "classes/"
|
|
}
|
|
},
|
|
"require": {
|
|
"mustache/mustache": "~2.5",
|
|
"arthurhoaro/favicon": "~1.0",
|
|
"nette/caching": "^3.1",
|
|
"phlak/config": "^7.0"
|
|
}
|
|
}
|