Traversing: restore jQuery push behavior in .find
[jquery.git] / package.json
blobe3f2cc0741a9ee19696b5fc15dea0f2e92ba2583
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": "https://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   "license": "MIT",
26   "dependencies": {},
27   "devDependencies": {
28     "commitplease": "2.0.0",
29     "core-js": "0.9.17",
30     "grunt": "0.4.5",
31     "grunt-babel": "5.0.1",
32     "grunt-cli": "0.1.13",
33     "grunt-compare-size": "0.4.0",
34     "grunt-contrib-jshint": "0.11.2",
35     "grunt-contrib-uglify": "0.9.2",
36     "grunt-contrib-watch": "0.6.1",
37     "grunt-git-authors": "2.0.1",
38     "grunt-jscs": "2.1.0",
39     "grunt-jsonlint": "1.0.4",
40     "grunt-npmcopy": "0.1.0",
41     "gzip-js": "0.3.2",
42     "jsdom": "5.6.1",
43     "load-grunt-tasks": "1.0.0",
44     "native-promise-only": "0.7.8-a",
45     "promises-aplus-tests": "2.1.0",
46     "q": "1.1.2",
47     "qunitjs": "1.17.1",
48     "qunit-assert-step": "1.0.3",
49     "requirejs": "2.1.17",
50     "sinon": "1.10.3",
51     "sizzle": "2.3.0",
52     "strip-json-comments": "1.0.3",
53     "testswarm": "1.1.0",
54     "win-spawn": "2.0.0"
55   },
56   "scripts": {
57     "build": "npm install && grunt",
58     "start": "grunt watch",
59     "test": "grunt && grunt test"
60   },
61   "commitplease": {
62     "components": [
63       "Docs",
64       "Tests",
65       "Build",
66       "Release",
67       "Core",
68       "Ajax",
69       "Attributes",
70       "Callbacks",
71       "CSS",
72       "Data",
73       "Deferred",
74       "Deprecated",
75       "Dimensions",
76       "Effects",
77       "Event",
78       "Manipulation",
79       "Offset",
80       "Queue",
81       "Selector",
82       "Serialize",
83       "Traversing",
84       "Wrap"
85     ]
86   }