UNPKG

isitforme

Version:

Advanced route parser, uses an highly performant Tree route structure algorithms.

43 lines 1.18 kB
{ "name": "isitforme", "version": "0.0.5", "description": "Advanced route parser, uses an highly performant Tree route structure algorithms.", "main": "index.js", "dependencies": { "oups": "latest" }, "devDependencies": { "mocha": "latest", "expect.js": "latest", "coveralls": "latest", "istanbul": "latest" }, "scripts": { "test": "node ./node_modules/mocha/bin/mocha tests", "test-cover": "node_modules/.bin/istanbul cover node_modules/mocha/bin/mocha tests" }, "repository": { "type": "git", "url": "https://github.com/BenoitClaveau/isitforme.git" }, "keywords": [ "http", "https", "qwebs", "route", "tree", "algorithm", "performant", "advanced", "webserver" ], "author": { "name": "Benoît Claveau", "email": "benoit.claveau@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/BenoitClaveau/isitforme/issues" }, "homepage": "https://github.com/BenoitClaveau/isitforme" }