This commit is contained in:
Leo Horie 2016-03-02 16:10:51 -05:00
parent f17658e2d3
commit 501e380825
67 changed files with 11869 additions and 2 deletions

20
archive/v0.2.3/bower.json Normal file
View file

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