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,10 @@
{
"name": "mithril",
"description": "A Javascript framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"repository": "lhorie/mithril",
"main": "mithril.js",
"scripts": ["mithril.js"],
"version": "0.2.3",
"license": "MIT"
}