sp-codes.de/bower_components/what-input/bower.json

32 lines
644 B
JSON
Raw Normal View History

2016-10-28 17:33:25 +00:00
{
"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"
}
}