sp-codes.de/bower_components/what-input/bower.json
2016-10-28 19:33:25 +02:00

32 lines
644 B
JSON

{
"name": "what-input",
"version": "2.0.1",
"homepage": "https://github.com/ten1seven/what-input",
"authors": [
"Jeremy Fields <jeremy.fields@viget.com>"
],
"description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
"main": "what-input.js",
"moduleType": [
"amd"
],
"keywords": [
"accessibility",
"a11y",
"input",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/ten1seven/what-input.git"
}
}