forked from kayleecodes1/cas-authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 979 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
37
38
39
40
41
42
{
"name": "@istyle-inc/cas-authentication",
"version": "0.0.10",
"description": "A CAS authentication library designed to be used as middleware for an Express server.",
"keywords": [
"cas",
"central authentication service",
"saml",
"auth",
"authentication",
"login",
"middleware",
"express"
],
"homepage": "https://github.com/istyle-inc/cas-authentication",
"bugs": {
"url": "https://github.com/istyle-inc/cas-authentication/issues"
},
"license": "MIT",
"author": "Kyle Maguire <kylepixel@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/istyle-inc/cas-authentication.git"
},
"dependencies": {
"xml2js": "^0.4.8"
},
"devDependencies": {
"express": "^4.12.3",
"express-session": "^1.11.1"
},
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "istyle-inc",
"url": "https://www.istyle.co.jp/"
}
]
}