forked from jquery/jquery-migrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 953 Bytes
/
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
{
"name": "jquery-migrate",
"title": "jQuery Migrate",
"description": "Migrate older jQuery code to jQuery 1.9+",
"version": "1.2.2-pre",
"homepage": "https://github.com/jquery/jquery-migrate",
"author": {
"name": "jQuery Foundation, Inc. and other contributors",
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/jquery-migrate.git"
},
"bugs": {
"url": "http://bugs.jquery.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.6.4"
},
"devDependencies": {
"grunt-git-authors": "1.2.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "0.2.7",
"grunt": "0.4.2",
"testswarm": "1.1.0"
},
"keywords": []
}