From e9824f374aad86f2b8fe47c7787481caade9ba66 Mon Sep 17 00:00:00 2001 From: Kevin Dean Date: Sun, 14 Feb 2016 20:23:28 -0600 Subject: Add nest package --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bd668b6..07016ff 100644 --- a/packages.json +++ b/packages.json @@ -4241,5 +4241,19 @@ "description": "Micro benchmarking tool to measure speed of code, with the goal of optimizing it.", "license": "Apache License, Version 2.0", "web": "https://github.com/ivankoster/nimbench" + }, + { + "name": "nest", + "url": "git://github.com/kedean/nest.git", + "method": "git", + "tags": [ + "library", + "api", + "router", + "web" + ], + "description": "RESTful URI router", + "license": "MIT", + "web": "https://github.com/kedean/nest" } ] -- cgit v1.2.3