diff --git a/archive/v0.1.3/bower.json b/archive/v0.1.3/bower.json new file mode 100644 index 00000000..d93b1edb --- /dev/null +++ b/archive/v0.1.3/bower.json @@ -0,0 +1,20 @@ +{ + "name": "mithril", + "version": "0.1.3", + "main": "mithril.min.js", + "description": "A Javascript Framework for building brilliant applications", + "authors": ["Leo Horie "], + "license": "MIT", + "ignore": [ + "*.html", + "*.css", + "*.zip", + "*.json", + "mithril-tests.js", + "archive", + "comparisons", + "lib", + "tools" + ], + "keywords": ["mithril", "mvc", "framework"] +} \ No newline at end of file diff --git a/archive/v0.1.3/mithril.min.zip b/archive/v0.1.3/mithril.min.zip index 263ab5e3..3067b3e6 100644 Binary files a/archive/v0.1.3/mithril.min.zip and b/archive/v0.1.3/mithril.min.zip differ diff --git a/docs/layout/bower.json b/docs/layout/bower.json new file mode 100644 index 00000000..98d16489 --- /dev/null +++ b/docs/layout/bower.json @@ -0,0 +1,20 @@ +{ + "name": "mithril", + "version": "$version", + "main": "mithril.min.js", + "description": "A Javascript Framework for building brilliant applications", + "authors": ["Leo Horie "], + "license": "MIT", + "ignore": [ + "*.html", + "*.css", + "*.zip", + "*.json", + "mithril-tests.js", + "archive", + "comparisons", + "lib", + "tools" + ], + "keywords": ["mithril", "mvc", "framework"] +} \ No newline at end of file