-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
30 lines (30 loc) · 845 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
{
"name": "polymer-elements",
"version": "1.0.1",
"description": "A meta package for Polymer elements.",
"keywords": [
"web-components",
"polymer"
],
"repository": {
"type": "git",
"url": "git://github.com/wincinderith/polymer-elements.git"
},
"dependencies": {
"iron-cookie": "wincinderith/iron-cookie#^1.0.0",
"paper-carousel": "wincinderith/paper-carousel#^1.0.0",
"paper-divider": "wincinderith/paper-divider#^1.0.0",
"paper-email": "wincinderith/paper-email#^1.0.0",
"paper-image": "wincinderith/paper-image#^1.0.0",
"paper-phone": "wincinderith/paper-phone#^1.0.0"
},
"homepage": "https://github.com/wincinderith/polymer-elements",
"authors": [
"Kevin Boxhoorn <[email protected]>"
],
"license": "GPL-3.0",
"ignore": [
"**/.*",
"bower_components"
]
}