forked from j-ulrich/jquery-simulate-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulate-ext.jquery.json
More file actions
28 lines (25 loc) · 917 Bytes
/
simulate-ext.jquery.json
File metadata and controls
28 lines (25 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "simulate-ext",
"version": "1.1.4",
"title": "jQuery Simulate Extended",
"author": {
"name": "Jochen Ulrich",
"email": "jochenulrich@t-online.de",
"url": "https://github.com/j-ulrich"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/j-ulrich/jquery-simulate-ext/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": "~1.7"
},
"description": "jQuery Simulate - Extended. Simulating complex user interaction based on the jQuery Simulate plugin.",
"keywords": ["jquery", "simulate", "key", "mouse", "press", "move", "drag", "drop", "user-interaction"],
"homepage": "http://j-ulrich.github.com/jquery-simulate-ext",
"docs": "https://github.com/j-ulrich/jquery-simulate-ext/blob/master/README.md",
"demo": "http://jsfiddle.net/Ignitor/Psjhf/embedded/result/",
"bugs": "https://github.com/j-ulrich/jquery-simulate-ext/issues"
}