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
532 B
20 lines
532 B
{
|
|
"name": "pro-router",
|
|
"description": "Fully automated singleton router service for frontend. Use url as data store",
|
|
"version": "4.3.0",
|
|
"main": "router.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/madmaniak/pro.git"
|
|
},
|
|
"keywords": [
|
|
"frontend",
|
|
"router"
|
|
],
|
|
"author": "Marek Piasecki",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/madmaniak/pro/issues"
|
|
},
|
|
"homepage": "https://github.com/madmaniak/pro/framework/components/router/npm_router_service"
|
|
}
|
|
|