version bump

This commit is contained in:
Leo Horie 2014-04-02 15:25:26 -04:00
parent 26ee6975a0
commit e34cc1fc4a
55 changed files with 5925 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
"name": "mithril",
"description": "A Javascript Framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"version": "0.1.3",
"author": "Leo Horie <leohorie@hotmail.com>",
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
"main": "mithril.min.js",
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
"files": ["mithril.min.js", "mithril.min.map"]
}