docs build

This commit is contained in:
Leo Horie 2015-04-30 22:02:06 -04:00
parent 7478ad948e
commit b404d69d70
66 changed files with 15033 additions and 4 deletions

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

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