Event: Don't test stopImmediatePropagation in Android 2.3
[jquery.git] / package.json
blobda9cfbfedde9a3b0ff5756cf93fe811b33e18e8e
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "2.1.1pre",
6   "main": "dist/jquery.js",
7   "homepage": "http://jquery.com",
8   "author": {
9     "name": "jQuery Foundation and other contributors",
10     "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
11   },
12   "repository": {
13     "type": "git",
14     "url": "https://github.com/jquery/jquery.git"
15   },
16   "keywords": [
17     "jquery",
18     "javascript",
19     "library"
20   ],
21   "bugs": {
22     "url": "http://bugs.jquery.com"
23   },
24   "licenses": [
25     {
26       "type": "MIT",
27       "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
28     }
29   ],
30   "dependencies": {},
31   "devDependencies": {
32     "archiver": "0.5.2",
33     "gzip-js": "0.3.2",
34     "testswarm": "1.1.0",
35     "load-grunt-tasks": "0.3.0",
36     "requirejs": "2.1.10",
37     "shelljs": "0.2.6",
38     "grunt": "0.4.2",
39     "grunt-cli": "0.1.13",
40     "grunt-contrib-jshint": "0.8.0",
41     "grunt-contrib-uglify": "0.3.2",
42     "grunt-contrib-watch": "0.5.3",
43     "grunt-bowercopy": "0.7.1",
44     "grunt-compare-size": "0.4.0",
45     "grunt-git-authors": "1.2.0",
46     "grunt-jscs-checker": "0.3.2",
47     "grunt-jsonlint": "1.0.4"
48   },
49   "scripts": {
50     "build": "npm install && grunt",
51     "start": "grunt watch",
52     "test": "grunt"
53   }