uri-template-router
Version:
Match a URI to a pattern in a collection of URI Templates
31 lines (30 loc) • 673 B
JSON
{
"name": "uri-template-router",
"version": "1.0.0",
"description": "Match a URI to a pattern in a collection of URI Templates",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awwright/uri-template-router.git"
},
"keywords": [
"URI",
"URL",
"IRI",
"router",
"URI Template"
],
"author": "Austin Wright",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/awwright/uri-template-router/issues"
},
"homepage": "https://awwright.github.io/uri-template-router/",
"dependencies": {},
"devDependencies": {
"mocha": "^8.1.0"
}
}