|
1 | 1 | {
|
2 |
| - "name": "jquery-migrate", |
3 |
| - "title": "jQuery Migrate", |
4 |
| - "description": "Migrate older jQuery code to jQuery 1.9+", |
5 |
| - "version": "1.2.2-pre", |
6 |
| - "homepage": "https://github.com/jquery/jquery-migrate", |
7 |
| - "author": { |
8 |
| - "name": "jQuery Foundation and other contributors", |
9 |
| - "url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt" |
10 |
| - }, |
11 |
| - "repository": { |
12 |
| - "type": "git", |
13 |
| - "url": "git://github.com/jquery/jquery-migrate.git" |
14 |
| - }, |
15 |
| - "bugs": { |
16 |
| - "url": "http://bugs.jquery.com/" |
17 |
| - }, |
18 |
| - "licenses": [ |
19 |
| - { |
20 |
| - "type": "MIT", |
21 |
| - "url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt" |
22 |
| - } |
23 |
| - ], |
24 |
| - "dependencies": { |
25 |
| - "jquery": ">=1.6.4" |
26 |
| - }, |
27 |
| - "devDependencies": { |
28 |
| - "grunt-git-authors": "1.2.0", |
29 |
| - "grunt-contrib-concat": "0.3.0", |
30 |
| - "grunt-contrib-watch": "0.5.3", |
31 |
| - "grunt-contrib-qunit": "0.3.0", |
32 |
| - "grunt-contrib-jshint": "0.7.2", |
33 |
| - "grunt-contrib-uglify": "0.2.7", |
34 |
| - "grunt": "0.4.2", |
35 |
| - "testswarm": "1.1.0" |
36 |
| - }, |
37 |
| - "keywords": [] |
| 2 | + "name": "jquery-migrate", |
| 3 | + "title": "jQuery Migrate", |
| 4 | + "description": "Migrate older jQuery code to jQuery 1.9+", |
| 5 | + "version": "1.2.2-pre", |
| 6 | + "homepage": "https://github.com/jquery/jquery-migrate", |
| 7 | + "author": { |
| 8 | + "name": "jQuery Foundation and other contributors", |
| 9 | + "url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git://github.com/jquery/jquery-migrate.git" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "http://bugs.jquery.com/" |
| 17 | + }, |
| 18 | + "licenses": [ |
| 19 | + { |
| 20 | + "type": "MIT", |
| 21 | + "url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE.txt" |
| 22 | + } |
| 23 | + ], |
| 24 | + "dependencies": { |
| 25 | + "jquery": "^2.1.3" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "grunt-git-authors": "3.0.0", |
| 29 | + "grunt-contrib-concat": "0.5.1", |
| 30 | + "grunt-contrib-watch": "0.6.1", |
| 31 | + "grunt-contrib-qunit": "0.5.2", |
| 32 | + "grunt-contrib-jshint": "0.11.0", |
| 33 | + "grunt-contrib-uglify": "0.8.0", |
| 34 | + "grunt": "~0.4.5", |
| 35 | + "testswarm": "~1.1.0" |
| 36 | + }, |
| 37 | + "keywords": [] |
38 | 38 | }
|
0 commit comments