diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-02-15 09:02:06 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-02-15 09:02:06 +0000 |
| commit | c76390a9b2a7b0002b32aabf02ddc6d23aa7d162 (patch) | |
| tree | 699b91d0e19239d331651a41c121a89adca3c535 | |
| parent | 6bbf640df250b05de63de0c40c47f7d4e8a7443d (diff) | |
| parent | e9824f374aad86f2b8fe47c7787481caade9ba66 (diff) | |
| download | packages-c76390a9b2a7b0002b32aabf02ddc6d23aa7d162.tar.gz packages-c76390a9b2a7b0002b32aabf02ddc6d23aa7d162.zip | |
Merge pull request #316 from kedean/master
Add Nest package
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
