Merge pull request #3862 from marquete/master

[author] [new] Add kibo 1.1.0.
This commit is contained in:
Peter Dave Hello
2014-09-25 17:35:33 +08:00
2 changed files with 28 additions and 0 deletions
File diff suppressed because one or more lines are too long
+27
View File
@@ -0,0 +1,27 @@
{
"name": "kibo",
"version": "1.1.0",
"description": "A simple JavaScript library for handling keyboard events.",
"keywords": [
"keyboard",
"events",
"handling"
],
"homepage": "https://github.com/marquete/kibo",
"bugs": "https://github.com/marquete/kibo/issues",
"license": "MIT",
"author": "marquete <marquete@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/marquete/kibo.git"
},
"filename": "kibo.min.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/marquete/kibo.git",
"basePath": "",
"files": [
"kibo.min.js"
]
}
}