forked from fruitloopsnl/tpa-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 1.4 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
{
"name": "tpa-bootstrap",
"private": true,
"dependencies": {
"iron-elements": "PolymerElements/iron-elements#^1.0.10",
"neon-elements": "PolymerElements/neon-elements#^1.0.0",
"page": "visionmedia/page.js#~1.6.4",
"paper-elements": "PolymerElements/paper-elements#^1.0.7",
"platinum-elements": "PolymerElements/platinum-elements#^2.0.0",
"polymer": "Polymer/polymer#^1.5.0",
"app-route": "PolymerElements/app-route#^0.9.1",
"app-layout": "PolymerElements/app-layout#^0.9.0",
"tpa-top-bar": "ING-Group/tpa-top-bar",
"tpa-nav-bar": "ING-Group/tpa-nav-bar",
"tpa-icons": "ING-Group/tpa-icons",
"tpa-transaction-list": "ING-Group/tpa-transaction-list",
"tpa-i18n": "ING-Group/tpa-i18n",
"tpa-ajax": "ING-Group/tpa-ajax",
"tpa-region-selection": "ING-Group/tpa-region-selection",
"tpa-globals": "ING-Group/tpa-globals",
"tpa-dashboard": "ING-Group/tpa-dashboard",
"tpa-styles": "ING-Group/tpa-styles",
"tpa-font": "ING-Group/tpa-font",
"tpa-mortgage-calculation": "ING-Group/tpa-mortgage-calculation",
"tpa-money-transfer": "ING-Group/tpa-money-transfer",
"tpa-daily-banking": "ING-Group/tpa-daily-banking",
"tpa-feedback": "ING-Group/tpa-feedback"
},
"devDependencies": {
"web-component-tester": "^4.0.0"
},
"ignore": [],
"scripts": {
"postinstall": "gulp fix-api-eol"
},
"resolutions": {
"polymer": "^1.5.0"
}
}