forked from AceMetrix/connect-cas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 813 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 813 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
28
29
30
31
32
33
34
35
36
37
{
"name": "connect-cas",
"description": "Connect middleware for a node CAS client",
"version": "1.4.3",
"author": "Duncan Wong <baduncaduncan@gmail.com>",
"license": "MIT",
"keywords": [
"cas",
"central authentication service",
"authentication",
"connect",
"middlware"
],
"directories": {
"lib": "./lib"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list test/*.spec.js"
},
"dependencies": {
"request": "~2.30.0",
"lodash": "~2.4.1",
"q": "~1.0.0",
"xml2js": "~0.4.1"
},
"devDependencies": {
"mocha": "~1.9.0",
"should": "~1.2.2",
"connect": "~2.7.6",
"express": "~3.2.0",
"connect-redis": "~1.4.5"
},
"repository": "https://github.com/acemetrix/connect-cas.git"
}