UNPKG

toa-router

Version:
45 lines (44 loc) 837 B
{ "name": "toa-router", "description": "A trie router for toa.", "authors": [ "Yan Qing <admin@zensh.com>" ], "version": "2.1.3", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:toajs/toa-router.git" }, "engines": { "node": ">= 4.5.0" }, "homepage": "https://github.com/toajs/toa-router", "keywords": [ "toa", "toa-module", "toa-middleware", "router", "trie", "trie-router" ], "dependencies": { "route-trie": "^2.2.1", "thunks": "^4.8.0" }, "devDependencies": { "istanbul": "^0.4.5", "standard": "^10.0.2", "supertest": "^3.0.0", "tman": "^1.6.9", "toa": "^2.6.8" }, "scripts": { "test": "standard && tman", "test-cov": "istanbul cover _tman" }, "files": [ "index.js", "README.md" ] }