forked from googlearchive/polymer-element-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 1.22 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
36
37
38
{
"name": "polymer-element-catalog",
"version": "1.0.14",
"authors": [
"Google"
],
"description": "A catalog showcasing Google's Web Components",
"main": "dist/index.html",
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
"app-elements": "PolymerElements/app-elements#^0.9.0",
"iron-elements": "PolymerElements/iron-elements#^1.0.0",
"paper-elements": "PolymerElements/paper-elements#^1.0.0",
"gold-elements": "PolymerElements/gold-elements#^1.0.0",
"neon-elements": "PolymerElements/neon-elements#^1.0.0",
"next-ui-elements": "[email protected]:fastfishio/next-ui-elements.git#develop",
"platinum-elements": "PolymerElements/platinum-elements#^2.0.0",
"google-web-components": "GoogleWebComponents/google-web-components#^1.0.0",
"molecules": "PolymerElements/molecules#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
"app-router": "blasten/app-router#master",
"pushstate-anchor": "~0.3.0",
"color": "~2.5.0",
"hydrolysis": "PolymerLabs/hydrolysis#^1.11.0"
},
"resolutions": {
"firebase": "^2.3.1",
"app-layout": "^0.10.4"
}
}