Ref f9d41ac6: Opera-compatible form target
[jquery.git] / package.json
blob82ee4a6f0b17cc7f825f3d977f8e4bf448d796b2
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "2.1.0-pre",
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   "keywords": [
16     "jquery",
17     "javascript",
18     "library"
19   ],
20   "bugs": {
21     "url": "http://bugs.jquery.com"
22   },
23   "licenses": [
24     {
25       "type": "MIT",
26       "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
27     }
28   ],
29   "dependencies": {},
30   "devDependencies": {
31     "archiver": "~0.4.10",
32     "grunt": "~0.4.1",
33     "grunt-compare-size": "~0.4.0",
34     "grunt-contrib-jshint": "~0.7.0",
35     "grunt-contrib-uglify": "~0.2.4",
36     "grunt-contrib-watch": "~0.5.3",
37     "grunt-git-authors": "~1.2.0",
38     "grunt-jsonlint": "~1.0.1",
39     "gzip-js": "0.3.2",
40     "testswarm": "~1.1.0",
41     "requirejs": "~2.1.9",
42     "which": "~1.0.5"
43   },
44   "scripts": {
45     "install": "node build/bower-install",
46     "test": "grunt"
47   }