-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 955 Bytes
/
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
{
"name": "wp-cas-server",
"title": "Cassava: CAS Server",
"description": "Cassava is a Central Authentication Service provider as a WordPress plugin.",
"version": "1.2.3",
"homepage": "https://wordpress.org/plugins/wp-cas-server/",
"repository": {
"type": "git",
"url": "https://github.com/goblindegook/wp-cas-server"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-checktextdomain": "^1.0.0",
"grunt-composer": "^0.4.4",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-exec": "^0.4.6",
"grunt-phpunit": "^0.3.6",
"grunt-po2mo": "^0.1.2",
"grunt-wp-deploy": "^1.0.3",
"grunt-wp-i18n": "^0.5.3",
"load-grunt-tasks": "^3.2.0"
},
"keywords": [
"authentication",
"cas",
"central authentication service",
"jasig cas",
"plugin",
"single sign-on",
"sso",
"wordpress",
"wp-plugin"
]
}