-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 1.1 KB
/
bower.json
File metadata and controls
33 lines (33 loc) · 1.1 KB
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
{
"name": "app-bottom-nav",
"version": "0.0.4",
"description": "A material design compliant bottom navigation element",
"authors": [
"Samuel Jones (@samthecodingman)"
],
"private": true,
"homepage": "https://github.com/samthecodingman/app-bottom-nav",
"repository": {
"type": "git",
"url": "git://github.com/samthecodingman/app-bottom-nav"
},
"main": "app-bottom-nav.html",
"license": "https://github.com/samthecodingman/app-bottom-nav/LICENSE.txt",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"neon-animation": "^1.2.4",
"iron-flex-layout": "^1.3.2",
"iron-media-query": "^1.0.8",
"iron-selector": "^1.5.2",
"iron-icon": "^1.0.12",
"iron-behaviors": "^1.0.17",
"paper-behaviors": "^1.0.12"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"paper-card": "PolymerElements/paper-card#^1.0.0",
"paper-button": "PolymerElements/paper-button#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}