-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.44 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
{
"name": "bbx-license-plate",
"authors": [
"Basis Europe",
"Edit Kapcar <[email protected]>",
"Hyyan Abo Fakher <[email protected]>"
],
"description": "A polymer built element that represents license plate templates for Germany and Netherlands.The chosen layout shows two dashes in between the digits for Netherlands and no-dashes for the German representation.The width can be freely adjustable and the correct height is automatically calculated",
"keywords": [
"polymer",
"web-components",
"BBx-Kitchen",
"Basis Europe",
"polymer",
"licenses germany",
"licenses Netherlands"
],
"main": [
"bbx-license-plate.html",
"images/eu_stars.svg",
"fonts/GL/GL-Nummernschild-Eng.eot",
"fonts/GL/GL-Nummernschild-Eng.otf",
"fonts/GL/GL-Nummernschild-Eng.svg",
"fonts/GL/GL-Nummernschild-Eng.ttf",
"fonts/GL/GL-Nummernschild-Eng.woff",
"fonts/Kenteken/Kenteken.eot",
"fonts/Kenteken/Kenteken.otf",
"fonts/Kenteken/Kenteken.svg",
"fonts/Kenteken/Kenteken.ttf",
"fonts/Kenteken/Kenteken.woff"
],
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}