forked from Xtendify/Simple-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 735 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 735 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
{
"name": "Simple-Calendar",
"title": "Simple Calendar",
"description": "Add Google Calendar events to your WordPress site.",
"version": "3.1.9",
"license": "GPLv2+",
"homepage": "https://simplecalendar.io",
"repository": {
"type": "git",
"url": "https://github.com/moonstonemedia/Simple-Calendar"
},
"devDependencies": {
"grunt": "1.x",
"grunt-banner": "0.x",
"grunt-checktextdomain": "1.x",
"grunt-contrib-clean": "1.x",
"grunt-contrib-compress": "1.x",
"grunt-contrib-copy": "1.x",
"grunt-contrib-cssmin": "1.x",
"grunt-contrib-jshint": "1.x",
"grunt-contrib-uglify": "2.x",
"grunt-contrib-watch": "1.x",
"grunt-sass": "2.x",
"load-grunt-tasks": "3.x"
}
}