forked from christopheclc/polymer-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.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
{
"name": "polymer-date-picker",
"version": "0.0.11",
"authors": [
"Christophe Clapp <[email protected]>",
"Christopher Hartmann [email protected]"
],
"description": "A Polymer interpretation of Dan Grossman's awesome bootstrap-daterangepicker (https://github.com/dangrossman/bootstrap-daterangepicker)",
"keywords": [
"polymer",
"date",
"range",
"picker"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"docs"
],
"dependencies": {
"moment": "~2.8.1",
"platform": "Polymer/platform#>=0.4.0",
"core-icon": "Polymer/core-icon#>=0.4.0",
"core-style": "Polymer/core-style#>=0.4.0",
"moment-timezone": "~0.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/christopheclc/polymer-date-picker.git"
},
"main": [
"polymer-date-picker-calendar.css",
"polymer-date-picker-calendar.html",
"polymer-date-picker-container.css",
"polymer-date-picker.css",
"polymer-date-picker.html"
]
}