-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
36 lines (36 loc) · 947 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
35
36
{
"name": "universal-footer",
"version": "1.0.1",
"homepage": "https://github.com/prateekjadhwani/universal-footer",
"authors": [
"Prateek Jadhwani <[email protected]>"
],
"description": "A Polymer 1.0 based footer element to support web apps",
"main": "universal-footer.html",
"keywords": [
"web-components",
"polymer",
"element",
"universal",
"footer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~1.0.7",
"paper-material": "PolymerElements/paper-material#~1.0.1",
"iron-icon": "PolymerElements/iron-icon#~1.0.2",
"iron-iconset": "PolymerElements/iron-iconset#~1.0.2",
"iron-icons": "PolymerElements/iron-icons#~1.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/prateekjadhwani/universal-footer.git"
}
}