-
Notifications
You must be signed in to change notification settings - Fork 160
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.12 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
{
"name": "zabuto_calendar",
"title": "Zabuto Calendar",
"description": "jQuery plugin to add a simple month calendar to your page.",
"version": "2.1.0",
"homepage": "https://github.com/zabuto/calendar",
"author": {
"name": "Anke Heijnen",
"email": "[email protected]"
},
"keywords": [
"calendar",
"agenda",
"date",
"monthly",
"events",
"bootstrap",
"html5",
"responsive",
"ajax",
"json",
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/zabuto/calendar.git"
},
"bugs": {
"url": "https://github.com/zabuto/calendar/issues"
},
"scripts": {
"test": "grunt qunit"
},
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-json": "^0.2.0"
},
"main": "Gruntfile.js"
}