-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
69 lines (69 loc) · 1.62 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
{
"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.3.4",
"couch-pwd": "github:zeMirco/couch-pwd",
"ejs": "^2.3.1",
"express": "^4.13.3",
"extend": "^3.0.0",
"fs-extra": "^0.30.0",
"nodemailer": "^2.3.0",
"nodemailer-stub-transport": "^1.0.0",
"passport": "^0.3.2",
"passport-http-bearer-sl": "^1.0.1",
"passport-local": "^1.0.0",
"pouchdb": "~6.3.4",
"pouchdb-seed-design": "^0.2.0",
"redis": "^2.5.2",
"sofa-model": "^0.2.0",
"superagent": "^1.2.0",
"urlsafe-base64": "1.0.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"body-parser": "^1.9.2",
"chai": "^3.5.0",
"gulp": "^3.8.6",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5",
"morgan": "^1.5.2",
"rimraf": "^2.5.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}