This commit is contained in:
Leo Horie 2014-11-28 13:45:25 -05:00
parent f99308c39c
commit e3b6243d7b
67 changed files with 11784 additions and 4 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.1.25",
"license": "MIT"
}