This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 2.06 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
39
40
41
42
43
44
{
"name": "uqlibrary-elements",
"description": "Aggregate of elements created by the Library",
"main": "index.html",
"license": "MIT",
"private": true,
"homepage": "https://github.com/uqlibrary/uqlibrary-elements/",
"ignore": [
"/.*",
"/tests/"
],
"dependencies": {
"polymer": "Polymer/polymer#0.5.5",
"core-elements": "Polymer/core-elements#0.5.5",
"paper-elements": "Polymer/paper-elements#0.5.5",
"swipeable-card": "PolymerLabs/swipeable-card#0.5.0",
"notification-elements": "PolymerLabs/notification-elements#0.5.0",
"web-animations-js": "web-animations/web-animations-js#1.0.5",
"webcomponentsjs": "webcomponents/webcomponentsjs#0.5.5",
"web-component-tester": "Polymer/web-component-tester#2.0.5",
"google-map": "GoogleWebComponents/google-map#^0.4.2",
"uqlibrary-timeline": "uqlibrary/uqlibrary-timeline#<branch>",
"uqlibrary-search": "uqlibrary/uqlibrary-search#<branch>",
"uqlibrary-date-selector": "uqlibrary/uqlibrary-date-selector#<branch>",
"uqlibrary-ga": "uqlibrary/uqlibrary-ga#<branch>",
"uqlibrary-api": "uqlibrary/uqlibrary-api#v1.4.8",
"uqlibrary-menu": "uqlibrary/uqlibrary-menu#<branch>",
"uqlibrary-persistent-footer": "uqlibrary/uqlibrary-persistent-footer#<branch>",
"uqlibrary-a11y-link": "uqlibrary/uqlibrary-a11y-link#<branch>",
"uqlibrary-toolbar": "uqlibrary/uqlibrary-toolbar#<branch>",
"x-audio": "uqlibrary/x-audio#<branch>",
"md-timepicker": "uqlibrary/md-timepicker#<branch>",
"uqlibrary-account-button": "uqlibrary/uqlibrary-account-button#<branch>",
"uqlibrary-apps-button": "uqlibrary/uqlibrary-apps-button#<branch>",
"uqlibrary-chat-button": "uqlibrary/uqlibrary-chat-button#<branch>",
"uqlibrary-notifications-button": "uqlibrary/uqlibrary-notifications-button#<branch>",
"uqlibrary-search-input": "uqlibrary/uqlibrary-search-input#<branch>",
"uqlibrary-scaffold": "uqlibrary/uqlibrary-scaffold#<branch>",
"uqlibrary-contacts": "uqlibrary/uqlibrary-contacts#<branch>"
},
"resolutions": {
"web-animations-js": "1.0.5"
}
}