forked from Mounirhsinou/santa-tracker-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
54 lines (54 loc) · 1.99 KB
/
bower.json
File metadata and controls
54 lines (54 loc) · 1.99 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "santatracker",
"private": true,
"authors": [
"Google, Inc."
],
"description": "Google Santa Tracker",
"main": "index.html",
"keywords": [
"webcomponents",
"web components",
"polymer",
"santa"
],
"license": "Apache2",
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.7.0",
"neon-animation": "PolymerElements/neon-animation#^1.0",
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^1.0",
"iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.9",
"iron-image": "PolymerElements/iron-image#^1.0",
"iron-list": "PolymerElements/iron-list#^1.0",
"iron-media-query": "PolymerElements/iron-media-query#^1.0",
"iron-pages": "PolymerElements/iron-pages#^1.0",
"iron-range-behavior": "PolymerElements/iron-range-behavior#^1.0",
"paper-tabs": "PolymerElements/paper-tabs#^1.0",
"paper-fab": "PolymerElements/paper-fab#^1.0",
"paper-item": "PolymerElements/paper-item#^1.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.5",
"paper-toolbar": "PolymerElements/paper-toolbar#^1.1.1",
"app-storage": "PolymerElements/app-storage#^0.9.0",
"jquery": "2.1.1",
"google-apis": "GoogleWebComponents/google-apis#^1.0",
"google-map": "GoogleWebComponents/google-map#^1.0",
"google-youtube": "GoogleWebComponents/google-youtube#^1.0",
"google-streetview-pano": "GoogleWebComponents/google-streetview-pano#^1.0",
"closure-library": "google/closure-library",
"promise-polyfill": "taylorhakes/promise-polyfill",
"web-animations-js": "web-animations/web-animations-js#^2.0",
"web-animations-utils": "GoogleChrome/web-animations-utils#^0.1.2",
"i18n-msg": "ebidel/i18n-msg#^1.1.0",
"app-layout": "PolymerElements/app-layout#^0.10.5",
"iron-icons": "PolymerElements/iron-icons#^1.0.0"
}
}