-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathcomponent.json
More file actions
43 lines (43 loc) · 903 Bytes
/
Copy pathcomponent.json
File metadata and controls
43 lines (43 loc) · 903 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
35
36
37
38
39
40
41
42
43
{
"name": "calendar",
"repo": "component/calendar",
"description": "Calendar component",
"version": "0.2.0",
"keywords": [
"calendar",
"date",
"ui"
],
"dependencies": {
"code42day/bounds": "*",
"component/bind": "*",
"component/domify": "*",
"component/classes": "*",
"component/event": "*",
"component/map": "*",
"component/range": "1.0.0",
"component/emitter": "1.0.0",
"component/in-groups-of": "1.0.0",
"component/type": "*",
"yields/empty": "*",
"stephenmathieson/normalize": "*"
},
"development": {
"component/aurora-calendar": "*"
},
"styles": [
"lib/calendar.css"
],
"scripts": [
"index.js",
"lib/utils.js",
"lib/calendar.js",
"lib/dayrange.js",
"lib/days.js"
],
"templates": [
"lib/template.html"
],
"demo": "http://component.github.io/calendar/",
"license": "MIT"
}