This commit is contained in:
Leo Horie 2015-12-20 09:27:31 -05:00
parent 63bf9cca56
commit ac5810ccbd
66 changed files with 11092 additions and 3 deletions

View file

@ -0,0 +1,20 @@
{
"name": "mithril",
"version": "0.2.2-rc.1",
"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"]
}