-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
62 lines (50 loc) · 1.42 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "calenstyle",
"version": "2.0.8",
"license" : "MIT",
"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",
"main": "dist/calenstyle.min.js",
"authors": [
"Neha Kadam <nehakadam9@gmail.com> (https://github.com/nehakadam)",
"Lajpat Shah (https://github.com/lajpatshah)"
],
"repository": {
"type": "git",
"url": "git://github.com:nehakadam/CalenStyle.git"
},
"dependencies": {
"jquery": ">=1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.4.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.0"
},
"ignore": [
"**/.*",
"node_modules",
"package.json"
]
}