packages/packages.json

21 lines
462 B
JSON
Raw Normal View History

2012-12-01 22:58:38 +00:00
[
{
"name": "jester",
"url": "git://github.com/dom96/jester/",
"method": "git",
2012-12-01 22:59:37 +00:00
"tags": ["web", "http", "framework", "dsl"],
2012-12-08 12:48:46 +00:00
"description": "A sinatra-like web framework for Nimrod.",
"license": "MIT"
2012-12-09 22:20:55 +02:00
},
2012-12-09 22:05:29 +02:00
{
"name": "nimgame",
"url": "git://github.com/Vladar4/nimgame/",
"method": "git",
"tags": ["game", "engine", "sdl"],
"description": "Simple 2D game engine for Nimrod language.",
"license": "MIT"
}
]
2012-12-09 22:20:55 +02:00