forked from quailjs/quail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "quail",
"description": "Accessibility testing in the browser and on the server.",
"homepage": "http://quailjs.org",
"version": "2.2.18",
"engines": {
"node": ">= 0.10.20"
},
"repository": {
"type": "git",
"url": "git://github.com/kevee/quail.git"
},
"main": "./quail.js",
"bin": {
"quail": "./bin/quail"
},
"scripts": {
"test": "grunt test --verbose"
},
"dependencies": {
"jquery": ">1.4.2",
"commander": "^2.3.0",
"phantomjs": "^1.9.10",
"shelljs": "^0.3.0"
},
"devDependencies": {
"bower": "~1.3.9",
"chai": "^1.9.2",
"grunt": "~0.4.1",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-chmod": "^1.0.3",
"grunt-convert": "~0.1.5",
"grunt-gh-pages": "~0.8.1",
"grunt-karma": "^0.9.0",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.3",
"mocha": "^1.21.5",
"requirejs": "^2.1.15",
"sinon": "^1.10.3"
},
"jam": {
"dependencies": {
"jquery": ">1.4.2",
"underscore": ">1.3.1"
}
}
}