wayfarer
Version:
Composable trie based router
44 lines (43 loc) • 807 B
JSON
{
"name": "wayfarer",
"version": "4.1.0",
"description": "Composable trie based router",
"main": "index.js",
"scripts": {
"test": "standard && NODE_ENV=test node test",
"test-cov": "NODE_ENV=test istanbul cover test.js"
},
"repository": "yoshuawuyts/wayfarer",
"keywords": [
"router",
"trie",
"client",
"simple",
"minimal",
"functional",
"idempotent",
"on",
"event",
"emitter",
"react",
"browserify",
"browser"
],
"license": "MIT",
"dependencies": {
"es6-symbol": "^2.0.1",
"routington": "^1.0.2",
"xtend": "^4.0.0"
},
"devDependencies": {
"istanbul": "^0.2.11",
"mocha": "^1.20.1",
"standard": "^4.0.1",
"tape": "^3.0.3"
},
"files": [
"LICENSE",
"index.js",
"README.md"
]
}