UNPKG

rest-handler

Version:

A module for creating a request handler that does REST style routing

32 lines 897 B
{ "name": "rest-handler", "description": "A module for creating a request handler that does REST style routing", "homepage": "https://github.com/philidem/node-rest-handler", "repository": { "type": "git", "url": "https://github.com/philidem/node-rest-handler.git" }, "author": "Phil Gates-Idem <phillip.idem@gmail.com>", "main": "./index.js", "devDependencies": { "jasmine-node": "1.3.x", "mocha": "~1.15.1", "chai": "~1.8.1" }, "scripts": { "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" }, "dependencies": { "basic-auth-parser": "0.0.2", "path-based-router": "^1.1.3", "raptor-async": "^1.1.2" }, "keywords": [ "request", "response", "request handler", "router", "middleware" ], "version": "1.2.17" }