forked from craigedmunds/passport-ebay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 945 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "passport-ebay",
"version": "0.1.0",
"description": "ebay authentication strategy for Passport.",
"author": {
"name": "Craig Edmunds",
"email": "[email protected]",
"url": "http://linkedin.com/in/craigedmunds"
},
"repository": {
"type": "git",
"url": "git://github.com/HaveKarma/passport-ebay.git"
},
"bugs": {
"url": "http://github.com/raigedmunds/passport-ebay/issues"
},
"main": "./lib/passport-ebay",
"dependencies": {
"debug": "*",
"ebay-api": "HaveKarma/nodejs-ebay-api",
"passport": "~0.2.1",
"pkginfo": "0.2.x"
},
"devDependencies": {
"jasmine-node": "*"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"passport",
"ebay",
"auth",
"authn",
"authentication"
],
"readme": "ERROR: No README data found!"
}