forked from quailjs/quail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquail.json
More file actions
31 lines (31 loc) · 671 Bytes
/
Copy pathquail.json
File metadata and controls
31 lines (31 loc) · 671 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
{
"name": "quail",
"title": "Quail",
"description": "Accessibility testing in the browser and on the server.",
"version": "2.1.0",
"homepage": "https://github.com/kevee/quail",
"author": {
"name": "Kevin Miller",
"email": "kemiller@csumb.edu"
},
"repository": {
"type": "git",
"url": "git://github.com/kevee/quail.git"
},
"bugs": {
"url": "https://github.com/kevee/quail/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://quailjs.org/license"
}
],
"dependencies": {
"jquery": ">= 1.7"
},
"keywords": [],
"options" : {
"banner" : "/*! QUAIL quailjs.org | quailjs.org/license */"
}
}