forked from awsmin/wp-job-openings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
60
61
62
63
64
{
"name": "wp-job-openings",
"version": "2.1.0",
"description": "Super simple Job Listing plugin to manage Job Openings and Applicants on your WordPress site.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"watch": "cross-env NODE_ENV=development gulp watch",
"build": "cross-env NODE_ENV=production gulp build",
"eslint": "cross-env ./node_modules/.bin/eslint .",
"translate": "gulp translate",
"archive": "cross-env git archive --format=zip --prefix=wp-job-openings/ --output=./build/wp-job-openings.zip --worktree-attributes master",
"dev-archive": "cross-env git archive --format=zip --prefix=wp-job-openings/ --output=./build/wp-job-openings.zip --worktree-attributes dev-branch"
},
"repository": {
"type": "git",
"url": "https://github.com/awsmin/wp-job-openings.git"
},
"keywords": [
"wordpress",
"plugin",
"jobs",
"job listing",
"job openings",
"job board",
"careers page",
"jobs page",
"wp job opening",
"jobs plugin"
],
"author": "AWSM Innovations",
"license": "GPL-2.0",
"homepage": "https://awsm.in",
"devDependencies": {
"browser-sync": "^2.26.13",
"cross-env": "^5.2.1",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "^1.4.0",
"gulp-sort": "^2.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.3.5",
"prettier": "^1.19.1"
},
"browserslist": [
"last 2 version",
"> 1%",
"ie >= 9",
"ie_mob >= 10",
"ff >= 30",
"chrome >= 34",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
]
}