mithril.js 0.1.0

This commit is contained in:
Leo Horie
2014-03-20 13:32:08 -04:00
parent fa7265d5d1
commit 3e9cb178cf
3 changed files with 32 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+23
View File
@@ -0,0 +1,23 @@
{
"name": "mithril",
"npmName": "mithril",
"version": "0.1.0",
"filename": "mithril.min.js",
"description": "A Javascript Framework for building brilliant applications",
"homepage": "http://lhorie.github.io/mithril",
"license": "MIT",
"main": "mithril",
"keywords": [
"mvc",
"browser"
],
"author": "Leo Horie <leohorie@hotmail.com> (http://lhorie.blogspot.com/)",
"contributors": [
"Leo Horie <leohorie@hotmail.com> (http://lhorie.blogspot.com/)"
],
"bugs": "https://github.com/lhorie/mithril.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/lhorie/mithril.js.git"
}
}