forked from GoogleWebComponents/google-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 801 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
{
"name": "google-calendar",
"version": "0.0.2",
"homepage": "http://googlewebcomponents.github.io/google-calendar",
"description": "Web components for working with Google Calendar",
"main": "google-calendar.html",
"authors": [
"Ewa Gasperowicz"
],
"license": "Apache2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"../"
],
"keywords": [
"web-component",
"web-components",
"polymer",
"calendar",
"google"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.4",
"google-apis": "GoogleWebComponents/google-apis#~0.3.2",
"google-signin": "GoogleWebComponents/google-signin#~0.0.7",
"polymer-test-tools": "Polymer/polymer-test-tools#~0.4.0",
"sinon-browser-only": "~1.9.0"
}
}