-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 KB
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": "openid-connect-generic",
"version": "3.11.3",
"description": "OpenID Connect generic WordPress plugin.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/oidc-wp/openid-connect-generic"
},
"keywords": [
"wordpress",
"openid"
],
"author": "Jonathan Daggerhart",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/oidc-wp/openid-connect-generic/issues"
},
"homepage": "https://github.com/oidc-wp/openid-connect-generic#readme",
"dependencies": {
"dev-require": "^0.1.0"
},
"devDependencies": {
"@floatwork/grunt-po2mo": "^0.4.1",
"@ndigitals/grunt-checkrepo": "^0.2.5",
"@wordpress/scripts": "^26.19.0",
"check-node-version": "^4.2.1",
"grunt": "~1.5.3",
"grunt-checkbranch": "^1.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-gitinfo": "^0.1.9",
"grunt-shell": "^4.0.0",
"grunt-version": "^3.0.1",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"grunt": "node_modules/.bin/grunt",
"version": "npm run grunt version",
"build": "npm run grunt build",
"release": "npm run grunt release",
"check:licenses": "wp-scripts check-licenses",
"i18n:check": "npm run grunt checktextdomain",
"i18n:make": "npm run grunt i18n",
"readme": "npm run grunt readme"
}
}