-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "koa2-passport-mongoose",
"version": "1.0.0",
"description": "Koa 2 server with passport and mongoose",
"main": "./src/init.js",
"repository": {
"type": "git",
"url": " https://github.com/ersuryapurohit/koa2-passport-mongoose.git"
},
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcrypt-nodejs-as-promised": "^1.0.4",
"es6-promise": "^3.1.2",
"import-dir": "0.0.1",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^7.1.6",
"keygrip": "^1.0.1",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-compose": "^3.1.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-generic-session": "^1.10.2",
"koa-logger": "^2.0.0",
"koa-passport": "^2.1.0",
"koa-router": "^7.0.1",
"kue": "^0.11.1",
"mongoose": "^4.4.10",
"oauth2orize-koa": "^1.3.2",
"passport-custom": "^1.0.5",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-jwt": "^2.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"uid": "0.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.10.4",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-watch": "^2.0.2"
},
"scripts": {
"start": "sudo nodemon ./src/init.js"
},
"keywords": ["koa2", "koa2-passport"],
"author": "Surya <[email protected]>"
}