This commit is contained in:
Leo Horie 2016-03-02 16:10:51 -05:00
parent f17658e2d3
commit 501e380825
67 changed files with 11869 additions and 2 deletions

View file

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