-
Notifications
You must be signed in to change notification settings - Fork 20
/
composer.json
50 lines (42 loc) · 1.2 KB
/
composer.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
44
45
46
47
48
49
50
{
"name": "nehakadam/calenstyle",
"version": "2.0.8",
"description": "CalenStyle is a Responsive Drag-and-Drop Event Calendar for Web, iOS, Android & Windows. CalenStyle is customizable plugin having multiple, clean-designed event calendar templates specially designed for web & mobile applications.",
"keywords": [
"jQuery Plugin",
"Calendar",
"Drag",
"Drop",
"Responsive",
"Event",
"Event Calendar",
"Full Calendar",
"Bootstrap",
"Mobile",
"Android",
"iOS",
"Windows",
"Week Calendar"
],
"homepage": "https://github.com/nehakadam/CalenStyle",
"support": {
"issues": "https://github.com/nehakadam/CalenStyle/issues"
},
"license": "MIT",
"authors": [
{
"name": "Neha Kadam",
"email": "nehakadam9@gmail.com",
"homepage": "https://github.com/nehakadam",
"role": "Developer"
},
{
"name": "Lajpat Shah",
"homepage": "https://github.com/lajpatshah",
"role": "Concept and Design Contributor"
}
],
"require": {
"jquery": ">=1.0.0"
}
}