Tests: Add more tests for Sizzle attributes
[jquery.git] / package.json
blobbb7cfad45971129a4c1fb116f29834817a48a277
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     "commitplease": "1.7.0",
33     "grunt": "0.4.2",
34     "grunt-bowercopy": "0.7.1",
35     "grunt-cli": "0.1.13",
36     "grunt-compare-size": "0.4.0",
37     "grunt-contrib-jshint": "0.8.0",
38     "grunt-contrib-uglify": "0.3.2",
39     "grunt-contrib-watch": "0.5.3",
40     "grunt-git-authors": "1.2.0",
41     "grunt-jscs-checker": "0.3.2",
42     "grunt-jsonlint": "1.0.4",
43     "gzip-js": "0.3.2",
44     "load-grunt-tasks": "0.3.0",
45     "requirejs": "2.1.10",
46     "testswarm": "1.1.0"
47   },
48   "scripts": {
49     "build": "npm install && grunt",
50     "start": "grunt watch",
51     "test": "grunt"
52   }