Update Sizzle: fixes UI tests
[jquery.git] / package.json
blobecebd2cc208ed3c3bfa03cc7366f8798110f89a8
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://www.opensource.org/licenses/MIT"
21     },
22     {
23       "type": "GPL",
24       "url": "http://www.opensource.org/licenses/GPL-2.0"
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": []