Correct QUnit check, this might fix swarm failures
[jquery.git] / bower.json
blob2d3c80abc675f16d133b4f59c68abfc42af97458
2   "name": "jquery",
3   "version": "2.0.4-pre",
4   "ignore": [
5     "**/.*",
6     "build",
7     "speed",
8     "test",
9     "CONTRIBUTING.md",
10     "*.txt",
11     "bower.json"
12   ],
13   "dependencies": {
14     "sizzle": "~1.10.5",
15     "requirejs": "~2.1.8"
16   },
17   "devDependencies": {
18     "qunit": "~1.12.0"
19   }