-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 823 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
38
{
"name": "switch_access",
"version": "1.1.11",
"homepage": "https://github.com/leifcr/switch_access",
"authors": [
{ "name": "Leif Ringstad", "email": "leifcr@gmail.com"," homepage": "http://bitelm.com" }
],
"description": "Switch Access (AAC) for your website",
"main": ["lib/switch_access.js"],
"keywords": [
"js",
"javascript",
"aac"
],
"ignore": [
"**/.*",
"dev",
"lib/unit/switch_access_test.js",
"examples",
"shared",
"build",
"unit",
"src",
"Cakefile",
"component.json",
"*.sublime-project"
],
"license": "BSD-2-Clause-FreeBSD",
"dependencies": {
"jquery-csswatch": ">=1.3.0",
"jquery": ">= 1.9",
"json2":"latest"
},
"repository": {
"type": "git",
"url": "git://github.com/leifcr/switch_access.git"
}
}