forked from TencentWSRD/connect-cas2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"author": "lihxhit",
"bugs": {
"url": ""
},
"dependencies": {
"co": "^4.6.0",
"deprecate": "^0.1.0",
"lodash": "^4.13.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",
"chai": "^3.5.0",
"cookie-parser": "^1.4.3",
"coveralls": "^2.11.12",
"ejs": "^2.4.2",
"es6-promise": "^3.2.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"istanbul": "^0.4.4",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"rewire": "^2.5.2",
"session-memory-store": "^0.2.2",
"uuid": "^2.0.2"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/TencentWSRD/connect-cas2",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "xiaoyuze88@gmail.com",
"name": "xiaoyuze88"
}
],
"name": "connect-cas2",
"repository": {
"type": "git",
"url": "git+https://github.com/TencentWSRD/connect-cas2.git"
},
"scripts": {
"start": "node ./example",
"test": "istanbul cover -x 'example/**' _mocha -- -R spec"
},
"version": "1.0.0"
}