forked from jquery/jquery-simulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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": "0.0.1",
"homepage": "https://github.com/jquery/jquery-simulate",
"author": {
"name": "jQuery 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/MIT-LICENSE.txt"
}
],
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-uglify": "0.2.7",
"grunt-compare-size": "0.4.0-rc.3",
"grunt-git-authors": "1.2.0",
"grunt-update-submodules": "0.2.0",
"testswarm": "1.1.0",
"grunt-contrib-jshint": "0.7.1"
},
"keywords": [
"simulate",
"events",
"keyboard",
"mouse",
"jquery"
]
}