forked from predixdesignsystem/px-datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 853 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
34
35
36
37
38
39
40
{
"name": "px-datetime-picker",
"version": "0.3.10",
"main": [
"px-datetime-picker.html"
],
"ignore": [
".*",
"node_modules",
"bower_components",
"sass",
"HISTORY.md",
"CONTRIBUTING.md",
"OSS_Notice.pdf",
"scripts",
".github",
".editorconfig",
".jshintrc",
".gitignore",
"LICENSE.md",
"gulpfile.js",
"monogram-wdmk.png",
"README.md",
"wct.conf.json",
"px-datetime-picker.png"
],
"dependencies": {
"polymer": "^1.6.1",
"px-theme": "^2.0.1",
"px-datetime-field": "^0.6.0",
"px-calendar-picker": "^0.6.0",
"px-datetime-common": "^0.7.0",
"iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#~1.1.0",
"px-box-design": "^0.4.0"
},
"devDependencies": {
"px-starter-kit-design": "^0.7.0",
"px-demo": "^1.0.3"
}
}