forked from samuel-p/sp-codes.de
32 lines
644 B
JSON
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"
|
||
|
}
|
||
|
}
|