forked from Aztec03hub/superlogin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.68 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
62
63
64
65
66
67
68
69
70
71
{
"name": "superlogin",
"version": "0.7.1",
"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/LyteFM/superlogin.git"
},
"engines": {
"node": ">=10.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/LyteFM/superlogin/issues"
},
"homepage": "https://github.com/LyteFM/superlogin",
"dependencies": {
"@sensu/couch-pwd": "^1.0.1",
"bluebird": "^3.7.2",
"ejs": "^3.0.1",
"express": "^4.17.1",
"extend": "^3.0.2",
"fs-extra": "^8.1.0",
"nodemailer": "^6.4.3",
"nodemailer-stub-transport": "^1.1.0",
"passport": "^0.4.1",
"passport-http-bearer-sl": "^1.0.1",
"passport-local": "^1.0.0",
"pouchdb": "^7.2.1",
"pouchdb-security-helper": "^2.1.2",
"pouchdb-seed-design": "^0.3.0",
"redis": "^3.0.2",
"sofa-model": "github:LyteFM/sofa-model",
"superagent": "^5.2.2",
"urlsafe-base64": "1.0.0",
"uuid": "^7.0.1"
},
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^7.0.2",
"jshint": "^2.11.0",
"jshint-stylish": "^2.1.0",
"mocha": "^7.1.0",
"morgan": "^1.9.1",
"rimraf": "^3.0.2",
"sinon": "^9.0.0",
"sinon-chai": "^3.5.0"
}
}