-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
{
"name": "jquery-accessible-tabs",
"version": "1.9.9",
"description": "jQuery Plugin that generates a Tab Navigation from Markup that makes sense without Javascript. The generated Tabs are the only ones out there that work for Screenreader users without support for WAI ARIA.",
"repository": {
"type": "git",
"url": "git+https://github.com/ginader/Accessible-Tabs.git"
},
"homepage": "http://github.com/ginader/Accessible-Tabs",
"bugs": {
"url": "https://github.com/ginader/Accessible-Tabs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ginader/HTML5-placeholder-polyfill//blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/ginader/HTML5-placeholder-polyfill//blob/master/LICENSE-GPL"
}
],
"author": {
"name": "Dirk Ginader",
"url": "http://ginader.com"
},
"dependencies": {
"jquery": ">= 1.4.2"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-remove-logging": "^0.2.0"
}
}