forked from colinskow/superlogin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.75 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.75 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
{
"name": "superlogin",
"version": "0.6.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/colinskow/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": "https://github.com/colinskow/superlogin",
"dependencies": {
"bluebird": "^3.7.2",
"couch-pwd": "github:zeMirco/couch-pwd",
"ejs": "^3.0.2",
"express": "^4.17.1",
"extend": "^3.0.2",
"fs-extra": "^9.0.0",
"nodemailer": "^6.4.6",
"nodemailer-stub-transport": "^1.1.0",
"passport": "^0.4.1",
"passport-http-bearer-sl": "^1.0.4",
"passport-local": "^1.0.0",
"pouchdb": "~7.2.1",
"pouchdb-fetch": "^7.2.1",
"pouchdb-find": "^7.2.1",
"pouchdb-seed-design": "github:telluric/pouchdb-seed-design",
"redis": "^3.0.2",
"sofa-model": "github:telluric/sofa-model",
"superagent": "^5.2.2",
"url-parse": "^1.4.7",
"urlsafe-base64": "1.0.0",
"uuid": "^7.0.3"
},
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^7.0.2",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"mocha": "^7.1.1",
"morgan": "^1.10.0",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0"
}
}