UNPKG

@riogz/router

Version:

A simple, lightweight, powerful, view-agnostic, modular and extensible router

42 lines (41 loc) 892 B
{ "name": "@riogz/router", "version": "1.0.2", "description": "A simple, lightweight, powerful, view-agnostic, modular and extensible router", "main": "dist/index.js", "jsnext:main": "dist/index.es.js", "module": "dist/index.es.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/riogod/router.git" }, "keywords": [ "router", "routing", "html5", "functional", "reactive", "universal", "isomorphic" ], "author": "Vyacheslav Krasnyanskiy", "license": "MIT", "bugs": { "url": "https://github.com/riogod/router/issues" }, "homepage": "https://github.com/riogod/router", "publishConfig": { "access": "public" }, "dependencies": { "@riogz/router-transition-path": "^1.0.2" }, "scripts": { "test": "jest" } }