Tagging the 1.8rc1 release.
[jquery.git] / package.json
blob3ac92df7793a98f715f16787b582148541961264
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-git-authors": ">=1.0.0",
31     "grunt": "~0.3.9",
32     "testswarm": "0.2.2"
33   },
34   "keywords": []