-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
59 lines (47 loc) · 1.4 KB
/
package.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
{
"name": "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",
"main": "dist/calenstyle.min.js",
"bugs": {
"url": "https://github.com/nehakadam/CalenStyle",
"email": "nehakadam9@gmail.com"
},
"author": "Neha Kadam <nehakadam9@gmail.com> (https://github.com/nehakadam)",
"_npmUser": {
"name": "nehakadam",
"email": "nehakadam9@gmail.com"
},
"peerDependencies": {
"jquery": ">=1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.4.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-cssmin": "^0.5.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-eslint": "^17.0.0"
},
"license": "MIT"
}