UNPKG

nation-routes

Version:

Minimalistic route parser for nation

35 lines (34 loc) 597 B
{ "name": "nation-routes", "version": "1.0.0", "description": "Minimalistic route parser for nation", "license": "MIT", "repository": "herber/nation-routes", "author": { "name": "Tobias Herber", "email": "tobihrbr@gmail.com", "url": "tobihrbr.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "formatted" }, "files": [ "index.js" ], "keywords": [ "nation", "routes", "router", "match" ], "dependencies": { "path-to-regexp": "^2.1.0" }, "devDependencies": { "formatted": "^1.0.0" }, "formatted": {} }