forked from dmansfield/passport-negotiate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 811 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
{
"name": "passport-negotiate",
"version": "0.1.3",
"description": "Negotiate (kerberos) authentication strategy for Passport.",
"main": "./lib/passport-negotiate",
"scripts": {
"test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
},
"repository": {
"type":"git",
"url":"git://github.com/dmansfield/passport-negotiate.git"
},
"bugs": {
"url": "http://github.com/dmansfield/passport-negotiate/issues"
},
"keywords": [
"node.js","passport","negotiate","kerberos","spnego","gssapi","authentication"
],
"author": {
"name":"David Mansfield"
,"email":"[email protected]"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"pkginfo": "0.2.x",
"kerberos": ">= 0.0.13",
"passport-strategy": "1.x.x"
}
}