-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathbower.json
37 lines (37 loc) · 801 Bytes
/
bower.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
{
"name": "accessibility-buttons",
"description": "Buttons to add/remove contrast and increase/decrease font size.",
"homepage": "http://tiagoporto.github.io/accessibility-buttons",
"keywords": [
"accessibility",
"button",
"contrast",
"font size",
"increase font",
"decrease font"
],
"authors": [
{
"name": "Tiago Porto",
"homepage": "http://tiagoporto.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/accessibility-buttons.git"
},
"main": [
"dist/js/accessibility-buttons.js",
"dist/css/accessibility-buttons.css"
],
"ignore": [
"**/*",
"!CHANGELOG.md",
"!LICENSE",
"!README.md",
"!dist/**/*"
],
"dependencies": {},
"devDependencies": {},
"license": "MIT"
}