v0.1.27 publish

This commit is contained in:
Leo Horie 2014-12-11 10:36:47 -05:00
parent 3073b27abd
commit e9c892cb05
67 changed files with 11855 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.27",
"license": "MIT"
}