-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.8 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "superlogin",
"version": "0.6.2",
"description": "Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/technosophy/superlogin.git"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"authentication",
"login",
"PouchDB",
"CouchDB",
"Cloudant",
"passport",
"oauth",
"Facebook",
"Twitter",
"Node",
"Express"
],
"author": "Colin Skow",
"license": "MIT",
"bugs": {
"url": "https://github.com/colinskow/superlogin/issues"
},
"homepage": "github:technosophy/superlogin",
"dependencies": {
"bluebird": "^3.7.2",
"couch-pwd": "github:technosophy/couch-pwd",
"ejs": "^3.1.9",
"express": "^4.18.2",
"extend": "^3.0.2",
"fs-extra": "^11.1.0",
"jwt-decode": "^3.1.2",
"nodemailer": "^6.9.6",
"nodemailer-stub-transport": "^1.1.0",
"passport": "^0.6.0",
"passport-azure-ad-oauth2": "^0.0.4",
"passport-http-bearer-sl": "^1.0.4",
"passport-local": "^1.0.0",
"pouchdb": "8.0.1",
"pouchdb-seed-design": "github:KognitionAI/pouchdb-seed-design",
"redis": "^4.6.10",
"sofa-model": "github:KognitionAI/sofa-model#46d1bf0",
"superagent": "8.1.2",
"urlsafe-base64": "1.0.0",
"uuid": "9.0.1"
},
"devDependencies": {
"body-parser": "^1.20.2",
"chai": "^4.3.10",
"gulp-jshint": "^2.1.0",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"mocha": "^10.2.0",
"morgan": "^1.10.0",
"rimraf": "^5.0.5",
"sinon": "^16.1.0",
"sinon-chai": "^3.7.0"
},
"overrides": {
"pouchdb-seed-design": {
"node-extend": "npm:node.extend@2.0.2"
}
}
}