v0.1.21 publish

This commit is contained in:
Leo Horie 2014-08-20 18:53:54 -04:00
parent dbac7f8468
commit 7565347069
64 changed files with 10016 additions and 0 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.21",
"license": "MIT"
}