forked from quailjs/quail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 922 Bytes
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
{
"name": "quail",
"description": "Accessibility testing in the browser and on the server.",
"homepage": "http://quailjs.org",
"version": "2.1.0",
"engines": {
"node": ">= 0.10.20"
},
"repository": {
"type": "git",
"url": "git://github.com/kevee/quail.git"
},
"scripts": {
"test": "grunt test --verbose"
},
"dependencies" : {
"jquery": ">1.4.2"
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.1",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-convert": "~0.1.5",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.8.1",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-connect": "~0.3.0",
"grunt-saucelabs": "~4.1.2"
},
"jam": {
"dependencies": {
"jquery": ">1.4.2",
"underscore": ">1.3.1"
}
}
}