hammer-touchemulator
Version:
Emulate touch input on your desktop.
26 lines (25 loc) • 458 B
JSON
{
"name": "TouchEmulator",
"version": "0.0.2",
"homepage": "https://github.com/hammerjs/Emulator",
"authors": [
"Jorik Tangelder <j.tangelder@gmail.com>"
],
"description": "Emulate touch input",
"main": "touch-emulator.js",
"keywords": [
"touch",
"hammerjs",
"input",
"emulator",
"simulator"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}