-
Notifications
You must be signed in to change notification settings - Fork 48
/
bower.json
49 lines (49 loc) · 1004 Bytes
/
bower.json
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
41
42
43
44
45
46
47
48
49
{
"name": "jquery-simulate-ext",
"description": "jQuery Simulate - extended. Simulating complex user interaction based on the jQuery Simulate plugin.",
"version": "1.3.0",
"keywords": [
"jquery",
"simulate",
"key",
"mouse",
"press",
"move",
"drag",
"drop",
"user-interaction"
],
"authors": [
{
"name": "Jochen Ulrich",
"email": "[email protected]",
"homepage": "https://github.com/j-ulrich"
}
],
"main": [
"libs/bililiteRange.js",
"libs/jquery.simulate.js",
"src/jquery.simulate.ext.js",
"src/jquery.simulate.drag-n-drop.js",
"src/jquery.simulate.key-sequence.js",
"src/jquery.simulate.key-combo.js"
],
"ignore": [
"**/.*",
"*.md",
"demo",
"doc",
"tests",
"libs/jquery-*.js",
"bower.json",
"grunt.js",
"package.json",
"simulate-ext.jquery.json"
],
"dependencies": {
"jquery": ">=1.7.0"
},
"devDependencies": {
"qunit": "~1.14.0"
}
}