-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.12 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
{
"author": {
"name": "vinsonxiao"
},
"bugs": {
"url": "https://github.com/TencentRdmCi/nodejs-cas/issues"
},
"dependencies": {
"lodash": "^2.4.2",
"node-fetch": "^1.5.1",
"q": "^1.0.1",
"query-string": "^4.1.0",
"xml2js": "^0.4.16"
},
"description": "NodeJS implement of CAS(Central Authentication Service) client.",
"devDependencies": {
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"session-memory-store": "^0.2.1"
},
"directories": {
"lib": "./lib"
},
"gitHead": "ba2dd45673631febefa9ecfd2e3fcc6f12372e0d",
"homepage": "https://github.com/TencentRdmCi/nodejs-cas#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "xiaoyuze88@gmail.com",
"name": "xiaoyuze88"
}
],
"name": "nodejs-cas",
"optionalDependencies": {},
"publish_time": 1461751821615,
"repository": {
"type": "git",
"url": "git+https://github.com/TencentRdmCi/nodejs-cas.git"
},
"scripts": {
"start": "node ./example"
},
"version": "1.0.12"
}