@motorcycle/router
Version:
Standard Router Driver for Motorcycle.js
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "@motorcycle/router",
"description": "Standard Router Driver for Motorcycle.js",
"version": "6.1.1",
"author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
"main": "lib/index.js",
"module": "lib.es2015/index.js",
"jsnext:main": "lib.es2015/index.js",
"typings": "lib.es2015/index.d.ts",
"files": [
"lib",
"lib.es2015"
],
"bugs": {
"url": "https://github.com/motorcyclejs/router/issues"
},
"dependencies": {
"@most/prelude": "^1.5.0",
"@motorcycle/history": "6.1.0",
"@motorcycle/run": "2.1.0",
"most-subject": "^5.3.0",
"switch-path": "^1.2.0"
},
"homepage": "https://github.com/motorcyclejs/router#readme",
"keywords": [
"cycle",
"driver",
"history",
"motorcycle",
"router"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/motorcyclejs/router.git"
},
"scripts": {
"test": "../node_modules/.bin/nb tslint -o @motorcycle/router && ../node_modules/.bin/nb mocha -o @motorcycle/router"
}
}