UNPKG

wegweiser

Version:
34 lines (33 loc) 692 B
{ "name": "wegweiser", "version": "4.2.0", "description": "A router for Quinn", "main": "wegweiser.js", "scripts": { "test": "jshint *.js && tape test/*" }, "author": "Jan Krems <jan.krems@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/quinnjs/wegweiser.git" }, "keywords": [ "quinn", "decorator", "trie", "router" ], "bugs": { "url": "https://github.com/quinnjs/wegweiser/issues" }, "homepage": "https://github.com/quinnjs/wegweiser", "devDependencies": { "jshint": "^2.7.0", "tape": "^4.0.0" }, "dependencies": { "footnote": "^1.1.0", "routington": "^1.0.3" } }