mn-touch
Version:
Ultrafast AngularJS touch events directive (tap, hold and swipe)
39 lines (38 loc) • 675 B
JSON
{
"name": "mn-touch",
"version": "1.3.2",
"homepage": "https://github.com/ilmente/mnTouch",
"authors": [
"Alessandro Bellini <hello@ilmente.it>"
],
"description": "Ultrafast AngularJS touch events directive (tap, hold and swipe)",
"main": "dist/mn-touch.min.js",
"moduleType": [
"globals"
],
"keywords": [
"ilmente",
"mn",
"mnTouch",
"mn-touch",
"angular",
"angularjs",
"touch",
"tap",
"secure-tap",
"swipe",
"hold",
"fast"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">1.2.0"
}
}