forked from j-ulrich/jquery-simulate-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (37 loc) · 1.06 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "jquery-simulate-ext",
"description": "jQuery Simulate - extended. Simulating complex user interaction based on the jQuery Simulate plugin.",
"version": "1.1.4",
"keywords": ["jquery", "simulate", "key", "mouse", "press", "move", "drag", "drop", "user-interaction"],
"maintainers": [{
"name": "Jochen Ulrich",
"email": "jochenulrich@t-online.de",
"web": "https://github.com/j-ulrich"
}],
"contributors": [{
"name": "Jochen Ulrich",
"email": "jochenulrich@t-online.de",
"web": "https://github.com/j-ulrich"
}],
"bugs": "https://github.com/j-ulrich/jquery-simulate-ext/issues",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/j-ulrich/jquery-simulate-ext/blob/master/MIT-LICENSE.txt"
}
],
"repositories": {
"type": "git",
"url": "https://github.com/j-ulrich/jquery-simulate-ext.git"
},
"dependencies": {
"jquery": "1.7.0"
},
"homepage": "https://github.com/j-ulrich/jquery-simulate-ext",
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "0.3.16"
}
}