UNPKG

node-resources

Version:

A helper to register routes from modules on restify and ExpressJS. Improves separation of concerns and propose a different code organization on your application.

28 lines (27 loc) 709 B
{ "name": "node-resources", "version": "0.1.1", "description": "A helper to register routes from modules on restify and ExpressJS. Improves separation of concerns and propose a different code organization on your application.", "main": "index.js", "scripts": { "test": "mocha tests/*.tests.js" }, "repository": { "type": "git", "url": "git@github.com:hgarcia/node-resources.git" }, "devDependencies": { "mocha": "1.7.4", "should": "1.2.1" }, "keywords": [ "rest", "resources", "routes", "registration", "ExpressJS", "restify" ], "author": "Hernan Garcia <hernan@dynamicprogrammer.com> (http://dynamicprogrammer.com)", "license": "MIT" }