-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 1.23 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
{
"name": "trutek-header-panel-drawer",
"version": "0.0.0",
"authors":[{"name":"Ron Truex", "email":"[email protected]"}],
"description": "Expanded the core drawer panel to have 2 responsive points.",
"main": "bower_components/trutek-header-panel-drawer/trutek-header-panel-drawer.html",
"keywords": [
"polymer"
],
"private":true,
"license": "BSD",
"homepage": "https://github.com/tikicoder/trutek-header-panel-drawer",
"repository": {
"type": "git",
"url": "git://github.com/tikicoder/trutek-header-panel-drawer.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"core-selector": "Polymer/core-selector#>=0.3.0 <1.0.0",
"core-media-query": "Polymer/core-media-query#>=0.3.0 <1.0.0",
"core-header-panel": "Polymer/core-header-panel#>=0.3.0 <1.0.0",
"core-header-panel": "Polymer/core-header-panel#>=0.3.0 <1.0.0",
"core-toolbar": "Polymer/core-toolbar#>=0.3.0 <1.0.0",
"core-dropdown": "Polymer/core-dropdown#>=0.3.0 <1.0.0",
"core-input": "Polymer/core-input#>=0.3.0 <1.0.0",
"paper-icon-button": "Polymer/paper-icon-button#>=0.3.0 <1.0.0",
"trutek-tri-drawer-panel": "tikicoder/trutek-tri-drawer-panel#>=0.0.1 <1.0.0"
}
}