-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.69 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
{
"name": "oe-component-passport",
"version": "2.3.0",
"description": "oe-cloud module to initialize passport component supporting regular strategies and JWT as access token",
"engines": {
"node": ">=6"
},
"main": "index.js",
"scripts": {
"pretest": "npm install --no-optional",
"test": "mocha --no-timeouts test/*.spec.js",
"lint": "eslint .",
"fix-lint": "eslint --fix .",
"grunt-cover": "grunt test-with-coverage"
},
"dependencies": {
"body-parser": "1.19.0",
"cookie-parser": "1.4.3",
"jsonwebtoken": "8.4.0",
"loopback-component-passport": "3.10.0",
"oe-jwt-utils": "^2.0.0",
"passport": "0.4.0",
"passport-facebook": "3.0.0",
"passport-google-oauth": "1.0.0",
"passport-ldapauth": "2.1.2",
"passport-local": "1.0.0",
"passport-oauth2": "1.4.0",
"passport-twitter": "1.0.4"
},
"devDependencies": {
"async": "2.6.1",
"babel-eslint": "7.2.3",
"chai": "3.4.1",
"chai-things": "0.2.0",
"chalk": "1.1.1",
"eslint": "4.10.0",
"grunt": "1.0.4",
"grunt-banner": "0.6.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-mocha-istanbul": "5.0.2",
"istanbul": "0.4.5",
"lodash": "4.17.20",
"loopback-connector-mongodb": "3.9.2",
"mocha": "5.2.0",
"oe-cloud": "^2.0.0",
"oe-connector-mongodb": "^2.0.0",
"oe-connector-oracle": "^2.0.0",
"oe-connector-postgresql": "^2.0.0",
"passport-oauth": "1.0.0",
"superagent-defaults": "0.1.14",
"supertest": "3.4.2"
},
"author": "Dipayan Aich <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/EdgeVerve/oe-component-passport.git"
},
"license": "MIT"
}