forked from rkusa/koa-passport-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 808 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
{
"name": "koa-passport-example",
"author": "Markus Ast <npm.m@rkusa.st",
"version": "2.0.0",
"private": true,
"keywords": [
"koa",
"passport",
"auth",
"authentication"
],
"scripts": {
"start": "node server"
},
"homepage": "https://github.com/rkusa/koa-passport-example",
"dependencies": {
"handlebars": "^4.0",
"koa": "^2.0.0-alpha.3",
"koa-bodyparser": "^3.0",
"koa-convert": "^1.2",
"koa-generic-session": "^1.6",
"koa-passport": "^2.0",
"koa-route": "^3.0",
"passport-facebook": "^2.0",
"passport-google-auth": "^1.0",
"passport-local": "^1.0",
"passport-twitter": "^1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rkusa/koa-passport-example.git"
},
"engines": {
"node": ">= 4"
}
}