Selector: add test for jQuery.unique() alias
[jquery.git] / package.json
blob3d95f10ba1b3489158361a942f891eb7da88f82b
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "3.0.0-pre",
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     "browser",
20     "library"
21   ],
22   "bugs": {
23     "url": "https://github.com/jquery/jquery/issues"
24   },
25   "licenses": [
26     {
27       "type": "MIT",
28       "url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt"
29     }
30   ],
31   "dependencies": {},
32   "devDependencies": {
33     "commitplease": "2.0.0",
34     "grunt": "0.4.5",
35     "grunt-cli": "0.1.13",
36     "grunt-compare-size": "0.4.0",
37     "grunt-contrib-jshint": "0.10.0",
38     "grunt-contrib-uglify": "0.7.0",
39     "grunt-contrib-watch": "0.6.1",
40     "grunt-git-authors": "2.0.1",
41     "grunt-jscs-checker": "0.8.1",
42     "grunt-jsonlint": "1.0.4",
43     "grunt-npmcopy": "0.1.0",
44     "gzip-js": "0.3.2",
45     "jsdom": "3.1.2",
46     "load-grunt-tasks": "1.0.0",
47     "native-promise-only": "0.7.8-a",
48     "npm": "2.1.12",
49     "promises-aplus-tests": "2.1.0",
50     "q": "1.1.2",
51     "qunitjs": "1.17.1",
52     "requirejs": "2.1.15",
53     "sinon": "1.10.3",
54     "sizzle": "2.2.0",
55     "testswarm": "1.1.0",
56     "win-spawn": "2.0.0"
57   },
58   "scripts": {
59     "build": "npm install && grunt",
60     "start": "grunt watch",
61     "test": "grunt && grunt test"
62   },
63   "commitplease": {
64     "components": [
65       "Docs",
66       "Tests",
67       "Build",
68       "Release",
69       "Core",
70       "Ajax",
71       "Attributes",
72       "Callbacks",
73       "CSS",
74       "Data",
75       "Deferred",
76       "Dimensions",
77       "Effects",
78       "Event",
79       "Manipulation",
80       "Offset",
81       "Queue",
82       "Selector",
83       "Serialize",
84       "Traversing",
85       "Wrap"
86     ]
87   }