fix input cursor bug in chrome

This commit is contained in:
Leo Horie 2014-04-25 13:51:17 -04:00
parent ed66e5d67a
commit 22deb93d04
65 changed files with 7237 additions and 26 deletions

View file

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