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,20 @@
{
"name": "mithril",
"version": "0.1.25",
"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"]
}