forked from zemirco/lockit-login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 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
{
"name": "lockit-login",
"version": "1.1.3",
"description": "login and logout module for lockit",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"author": {
"name": "Mirco Zeiss",
"email": "mirco.zeiss@gmail.com",
"twitter": "zeMirco"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/killerbobjr/lockit-login"
},
"keywords": [
"lockit",
"login",
"logout"
],
"dependencies": {
"debug": "^4.1.1",
"express": "^4.16.4",
"ms": "^2.1.2",
"moment": "^2.24.0",
"couch-pwd": "https://github.com/zemirco/couch-pwd.git",
"lockit-utils": "https://github.com/killerbobjr/lockit-utilities.git"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-jshint": "^2.1.0",
"grunt-mocha-test": "^0.13.3",
"nano": "^8.1.0",
"superagent": "^5.1.0",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.4",
"cookie-session": "^2.0.0-beta.1",
"errorhandler": "^1.5.1",
"csurf": "^1.10.0",
"express-session": "^1.16.2",
"notp": "^2.0.3",
"supertest": "^4.0.2",
"lockit-couchdb-adapter": "https://github.com/killerbobjr/lockit-couchdb-adapter.git",
"pug": "^2.0.4",
"static-favicon": "^2.0.0-alpha",
"should": "^13.2.3",
"body-parser": "^1.19.0",
"express": "^4.17.1"
}
}