-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
50 lines (50 loc) · 1.18 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
45
46
47
48
49
50
{
"name": "paper-timezone",
"version": "2.0.0",
"authors": [
"Bhargav Konkathi",
"Raju Maisnam",
"Dmytro Hrytsenko",
"Blue Water Tracks Team"
],
"description": "Timezone offset and location based on user choice",
"main": "paper-timezone.html",
"keywords": [
"polymer",
"web-components",
"web-component",
"paper-timezone",
"timezone",
"timezone-component"
],
"license": "MIT",
"homepage": "https://github.com/bluewatertracks/paper-timezone",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"paper-dialog": "^2.0.0",
"paper-input": "^2.0.2",
"paper-item": "^2.0.0",
"iron-media-query": "^2.0.0",
"moment": "^2.19.1",
"moment-timezone": "^0.5.13",
"paper-dropdown-menu": "^2.0.0",
"paper-listbox": "^2.0.0",
"webcomponentsjs": "^1.0.17",
"paper-material": "^2.0.0"
},
"devDependencies": {
"iron-component-page": "^3.0.1",
"iron-test-helpers": "^2.0.0",
"test-fixture": "^3.0.0",
"web-component-tester": "^6.3.0",
"iron-demo-helpers": "^2.0.0"
},
"resolutions": {
"polymer": "^2.0.0"
}
}