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,20 @@
{
"name": "mithril",
"version": "0.1.13",
"main": "mithril.min.js",
"description": "A Javascript Framework for building brilliant applications",
"authors": ["Leo Horie <lhorie@hotmail.com>"],
"license": "MIT",
"ignore": [
"*.html",
"*.css",
"*.zip",
"*.json",
"mithril-tests.js",
"archive",
"comparisons",
"lib",
"tools"
],
"keywords": ["mithril", "mvc", "framework"]
}