Tests: fix tests in accordance with new :visible behavior
[jquery.git] / package.json
blob9061ccec06bbd3b69b9f8cb7a793ec0b05049884
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   "licenses": [
26     {
27       "type": "MIT",
28       "url": "https://github.com/jquery/jquery/blob/compat/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     "load-grunt-tasks": "1.0.0",
46     "native-promise-only": "0.7.8-a",
47     "promises-aplus-tests": "2.1.0",
48     "q": "1.1.2",
49     "qunitjs": "1.17.1",
50     "requirejs": "2.1.15",
51     "sinon": "1.12.2",
52     "sizzle": "2.2.0",
53     "testswarm": "1.1.0"
54   },
55   "scripts": {
56     "build": "npm install && grunt",
57     "start": "grunt watch",
58     "test": "grunt && grunt test"
59   },
60   "commitplease": {
61     "components": [
62       "Docs",
63       "Tests",
64       "Build",
65       "Release",
66       "Core",
67       "Ajax",
68       "Attributes",
69       "Callbacks",
70       "CSS",
71       "Data",
72       "Deferred",
73       "Dimensions",
74       "Effects",
75       "Event",
76       "Manipulation",
77       "Offset",
78       "Queue",
79       "Selector",
80       "Serialize",
81       "Traversing",
82       "Wrap"
83     ]
84   }