Framework agnostic front-end router based on store pattern http://router.maniak.pro
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.
20 lines
488 B
20 lines
488 B
{
|
|
"name": "pro-router",
|
|
"description": "Fully automated singleton router service for frontend. Use url as data store",
|
|
"version": "4.3.2",
|
|
"main": "router.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.maniak.pro/madmaniak/pro-router.git"
|
|
},
|
|
"keywords": [
|
|
"frontend",
|
|
"router"
|
|
],
|
|
"author": "Marek Piasecki",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://git.maniak.pro/madmaniak/pro/issues"
|
|
},
|
|
"homepage": "http://router.maniak.pro"
|
|
}
|
|
|