-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
32 lines (32 loc) · 951 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
{
"name": "timer-days",
"version": "1.0.3",
"authors": [
"Alejandro Acebes Cabrera <[email protected]>"
],
"description": "A component to display a countdown expressed in days, hours, minutes and seconds until a deadline date.",
"keywords": [
"web-component",
"web-components",
"polymer",
"timer",
"countdown"
],
"main": "timer-days.html",
"license": "https://github.com/Zevesh/timer-days/blob/master/LICENSE",
"homepage": "https://github.com/Zevesh/timer-days/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"paper-styles": "polymerelements/paper-styles#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#~1.0.3",
"iron-test-helpers": "PolymerElements/iron-test-helpers#~1.1.3",
"web-component-tester": "*"
}
}