-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "wp-opening-hours",
"version": "2.3.0",
"description": "WordPress Plugin for managing Opening Hours and Holidays",
"dependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"jshint": "^2.12.0"
},
"devDependencies": {},
"scripts": {
"export": "gulp export",
"prettify": "prettier all --parser php --write \"classes/**/*.php\" \"./*.php\" \"tests/**/*.php\""
},
"repository": {
"type": "git",
"url": "https://github.com/janizde/WP-Opening-Hours.git"
},
"keywords": [
"wordpress",
"plugin",
"opening",
"hours",
"holiday",
"date",
"time"
],
"author": "Jannik Portz (@janizde)",
"license": "GNU",
"bugs": {
"url": "https://github.com/janizde/WP-Opening-Hours/issues"
},
"homepage": "https://github.com/janizde/WP-Opening-Hours"
}