forked from PHP/Router
26 lines
467 B
JSON
26 lines
467 B
JSON
{
|
|
"name": "sharkk/router",
|
|
"description": "A simple node-based router.",
|
|
"version": "1.1.2",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sharkk\\Router\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Sharkk",
|
|
"email": "email@sharkk.net"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {},
|
|
"archive": {
|
|
"exclude": [
|
|
"tests/", "tests"
|
|
]
|
|
}
|
|
}
|