-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 913 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
{
"name": "passport-yandex",
"version": "0.0.5",
"description": "Yandex authentication strategy for Passport.",
"author": {
"name": "Sergey Sergeev",
"email": "[email protected]",
"url": "http://gurugray.ru/"
},
"repository": {
"type": "git",
"url": "git://github.com/gurugray/passport-yandex.git"
},
"bugs": {
"url": "http://github.com/gurugray/passport-yandex/issues"
},
"main": "./lib/passport-yandex",
"typings": "./typings/index.d.ts",
"dependencies": {
"pkginfo": "0.3.x",
"passport-oauth": "1.0.x"
},
"devDependencies": {
"@types/passport": "^1.0.0",
"vows": "~0.7.0"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"keywords": [
"passport",
"yandex",
"auth",
"authn",
"authentication",
"identity"
]
}