Offset: add tests for hidden elements + scroll
[jquery.git] / package.json
blob521cbe1ec7396f9414b4e36e1eeeedde6cf7ff6f
2   "name": "jquery-compat",
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/compat/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     "grunt": "0.4.5",
30     "grunt-cli": "0.1.13",
31     "grunt-compare-size": "0.4.0",
32     "grunt-contrib-jshint": "0.11.2",
33     "grunt-contrib-uglify": "0.7.0",
34     "grunt-contrib-watch": "0.6.1",
35     "grunt-git-authors": "2.0.1",
36     "grunt-jscs-checker": "0.8.1",
37     "grunt-jsonlint": "1.0.4",
38     "grunt-npmcopy": "0.1.0",
39     "gzip-js": "0.3.2",
40     "load-grunt-tasks": "1.0.0",
41     "native-promise-only": "0.7.8-a",
42     "promises-aplus-tests": "2.1.0",
43     "q": "1.1.2",
44     "qunitjs": "1.17.1",
45     "requirejs": "2.1.17",
46     "sinon": "1.12.2",
47     "sizzle": "2.2.0",
48     "testswarm": "1.1.0"
49   },
50   "scripts": {
51     "build": "npm install && grunt",
52     "start": "grunt watch",
53     "test": "grunt && grunt test"
54   },
55   "commitplease": {
56     "components": [
57       "Docs",
58       "Tests",
59       "Build",
60       "Release",
61       "Core",
62       "Ajax",
63       "Attributes",
64       "Callbacks",
65       "CSS",
66       "Data",
67       "Deferred",
68       "Dimensions",
69       "Effects",
70       "Event",
71       "Manipulation",
72       "Offset",
73       "Queue",
74       "Selector",
75       "Serialize",
76       "Traversing",
77       "Wrap"
78     ]
79   }