Update Sizzle. Fixes #11109.
[jquery.git] / package.json
blobaf1bca72ea9fa4aec184469beaa0f83d231bdbcb
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "New Wave JavaScript",
5   "version": "1.8.0pre",
6   "homepage": "http://jquery.com",
7   "author": {
8     "name": "John Resig"
9   },
10   "repository": {
11     "type": "git",
12     "url": "https://github.com/jquery/jquery.git"
13   },
14   "bugs": {
15     "url": "http://bugs.jquery.com"
16   },
17   "licenses": [
18     {
19       "type": "MIT",
20       "url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
21     },
22     {
23       "type": "GPL",
24       "url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
25     }
26   ],
27   "dependencies": {},
28   "devDependencies": {
29     "grunt-compare-size": ">=0.1.0",
30     "grunt": ">=0.3.9",
31     "testswarm": "0.2.2"
32   },
33   "keywords": []