-
Notifications
You must be signed in to change notification settings - Fork 114
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "jquery-simulate",
"title": "jQuery Simulate",
"description": "jQuery plugin for simulating browser mouse and keyboard events",
"version": "1.1.2-pre",
"homepage": "https://github.com/jquery/jquery-simulate",
"author": {
"name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery-simulate/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Mike Sherov",
"email": "[email protected]",
"url": "http://mike.sherov.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jquery/jquery-simulate.git"
},
"bugs": "https://github.com/jquery/jquery-simulate/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-simulate/blob/master/LICENSE.txt"
}
],
"devDependencies": {
"grunt": "1.1.0",
"grunt-bowercopy": "1.2.5",
"grunt-compare-size": "0.4.2",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-git-authors": "3.2.0",
"testswarm": "1.1.0"
},
"keywords": [
"simulate",
"events",
"keyboard",
"mouse",
"jquery"
]
}