build archive for 0.1.13

This commit is contained in:
Leo Horie 2014-05-12 13:22:47 -04:00
parent 008e4c1248
commit d24754dd2d
60 changed files with 7656 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.min.js",
"scripts": ["mithril.min.js", "mithril.min.map", "mithril.js"],
"version": "0.1.13",
"license": "MIT"
}