-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
50 lines (50 loc) · 1.2 KB
/
package.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
50
{
"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"
],
"author": {
"name": "Jochen Ulrich",
"email": "[email protected]",
"web": "https://github.com/j-ulrich"
},
"contributors": [
{
"name": "Jochen Ulrich",
"email": "[email protected]",
"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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/j-ulrich/jquery-simulate-ext.git"
},
"dependencies": {},
"homepage": "https://github.com/j-ulrich/jquery-simulate-ext",
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-qunit": "~0.3.0"
}
}