-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 749 Bytes
/
Copy pathbower.json
File metadata and controls
34 lines (34 loc) · 749 Bytes
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
{
"name": "zdk-agenda",
"version": "0.1.2",
"authors": [
"Fabrice Le Coz <fabrice.lecoz@zedesk.net>",
"Jérémie Ledentu <jledentu@gmail.com>"
],
"description": "A calendar/agenda component",
"main": "zdk-agenda.html",
"keywords": [
"agenda",
"calendar",
"polymer",
"component",
"web-components",
"web-component"
],
"license": "MIT",
"homepage": "https://github.com/zedesk/zdk-agenda",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"../",
"test",
"tests"
],
"dependencies": {
"momentjs": "~2.8.4",
"polymer": "Polymer/polymer#~0.5.1",
"core-elements": "Polymer/core-elements#~0.5.1",
"paper-elements": "Polymer/paper-elements#~0.5.1"
}
}