Added packages.json.

This commit is contained in:
Dominik Picheta 2012-12-01 22:58:38 +00:00
parent 7ca0df5873
commit 6d2ad1c32c
2 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,3 @@
packages
========
# Nimrod packages
List of packages for babel
This repository provides a list packages for babel.

9
packages.json Normal file
View File

@ -0,0 +1,9 @@
[
{
"name": "jester",
"url": "git://github.com/dom96/jester/",
"method": "git",
"tags": ["web", "http", "framework", "dsl"]
"description": "Web Framework inspired by Sinatra."
}
]