Adds test for jQuery.extend deep copy with array, followed by object. Refutes and...
[jquery.git] / package.json
blobcaa0bc08170854d1fb7e2f16b3dab8b657fccaf5
2         "name": "jquery",
3         "title": "jQuery",
4         "description": "JavaScript library for DOM operations",
5         "version": "2.0.1pre",
6         "homepage": "http://jquery.com",
7         "author": {
8                 "name": "jQuery Foundation and other contributors",
9                 "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
10         },
11         "repository": {
12                 "type": "git",
13                 "url": "https://github.com/jquery/jquery.git"
14         },
15         "bugs": {
16                 "url": "http://bugs.jquery.com"
17         },
18         "licenses": [
19                 {
20                         "type": "MIT",
21                         "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
22                 }
23         ],
24         "dependencies": {},
25         "devDependencies": {
26                 "grunt-compare-size": "0.3.1",
27                 "grunt-git-authors": "1.0.0",
28                 "grunt-update-submodules": "0.2.0",
29                 "grunt-contrib-watch": "0.1.4",
30                 "grunt-contrib-jshint": "0.1.1rc6",
31                 "grunt-contrib-uglify": "0.1.1rc6",
32                 "grunt": "0.4.0rc5",
33                 "testswarm": "0.2.2"
34         },
35         "keywords": []