-
Notifications
You must be signed in to change notification settings - Fork 447
/
package.json
50 lines (50 loc) · 1.1 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
{
"name": "everyauth",
"description": "Auth solution (password, facebook, & more) for your node.js Connect & Express apps",
"version": "0.4.9",
"homepage": "https://github.com/bnoguchi/everyauth/",
"repository": {
"type": "git",
"url": "git://github.com/bnoguchi/everyauth.git"
},
"author": "Brian Noguchi <brian.noguchi@gmail.com> (https://github.com/bnoguchi/)",
"keywords": [
"auth",
"oauth",
"password",
"facebook",
"openid",
"twitter",
"dropbox",
"authorization",
"authentication",
"connect",
"express"
],
"main": "./index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"oauth": "https://github.com/ciaranj/node-oauth/tarball/master",
"request": "2.x",
"connect": "2.x",
"openid": "0.x",
"xml2js": "0.x",
"node-swt": "0.x",
"node-wsfederation": "0.x",
"debug": "0.x",
"express": "3.x"
},
"devDependencies": {
"jade": "0.x",
"tobi": "0.x",
"expect.js": "0.x",
"mocha": "0.x",
"satisfy": "0.x"
},
"engines": {
"node": ">=0.4"
},
"optionalDependencies": {}
}