UNPKG

3h-router

Version:
30 lines 606 B
{ "name": "3h-router", "version": "2.0.5", "description": "A simple router.", "repository": { "type": "GitHub", "url": "https://github.com/huang2002/3h-router" }, "main": "./dist/index.js", "types": "./typings/index.d.ts", "scripts": { "test": "node test/index.js", "build": "tsc" }, "keywords": [ "router", "route", "server", "3h" ], "author": "3h", "license": "MIT", "devDependencies": { "@types/node": "^10.3.3" }, "files": [ "dist", "typings" ] }