-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
51 lines (51 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "cataraqui",
"description": "Tappy Reader Writer Chromeapp",
"main": "",
"authors": [
"TapTrack"
],
"license": "Apache-2.0",
"moduleType": [
"globals"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"angular-aria": "~1.4.7",
"angular-messages": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-material": "~1.0.8",
"angular-translate": "~2.8.1",
"roboto-fontface": "~0.4.5",
"angular-sanitize": "~1.5.5",
"vcard": "~0.2.5",
"jquery": "~2.2.3",
"ndef": "~1.0.0",
"tappy-classic": "~1.0.1",
"tappy-tcmp": "~1.0.0",
"tappy-chromeserialcommunicator": "~1.0.0",
"tappy-tcmpchromeserialautodetector": "~1.1.0",
"tappy-systemfamily": "~1.0.0",
"tappy-basicnfcfamily": "~1.2.0",
"tappy-type4family": "~1.0.0"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "~2.2.3"
}
}
},
"resolutions": {
"angular": "1.5.10"
}
}