-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 921 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
{
"name": "corporate-dashboard",
"description": "",
"main": "index.js",
"authors": [
"Jaime Rodriguez <[email protected]>"
],
"license": "ISC",
"homepage": "https://github.com/jaimerod/corporate-dashboard",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "^1.7.0",
"app-route": "PolymerElements/app-route#^0.9.2",
"iron-ajax": "PolymerElements/iron-ajax#^1.4.3",
"paper-drawer-panel": "^1.0.10",
"paper-header-panel": "^1.1.6",
"paper-toolbar": "^1.1.6",
"paper-icon-button": "^1.1.2",
"iron-icons": "^1.1.3",
"iron-flex-layout": "^1.3.1",
"iron-selector": "^1.5.2",
"paper-menu": "^1.2.2",
"paper-item": "^1.2.1",
"vaadin-grid": "^1.1.2",
"google-chart": "GoogleWebComponents/google-chart#^1.1.1",
"paper-card": "PolymerElements/paper-card#^1.1.3"
}
}