forked from humanmade/wp-simple-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 695 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 695 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
27
{
"name": "wp-simple-saml",
"version": "0.1.0",
"description": "WordPress plugin for integration with SAML SSO",
"scripts": {
"cs": "vendor/bin/phpcs --standard=./vendor/humanmade/coding-standards/ruleset.xml .",
"precommit": "npm run cs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humanmade/wp-simple-saml.git"
},
"keywords": [
"wordpress",
"sso",
"saml"
],
"author": "Shady Sharaf <shady@sharaf.me>",
"license": "GPL3",
"bugs": {
"url": "https://github.com/humanmade/wp-simple-saml/issues"
},
"homepage": "https://github.com/humanmade/wp-simple-saml#readme",
"devDependencies": {
"husky": "^0.14.3"
}
}