forked from okdistribute/cookie-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 793 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 793 Bytes
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
{
"name": "cookie-auth",
"version": "2.4.2",
"description": "A simple authentication handler that uses cookies. Great for cli or rest clients.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"authentication",
"http",
"cookies",
"cookie",
"sessions"
],
"repository": {
"type": "git",
"url": "git://github.com/karissa/cookie-auth.git"
},
"author": "karissa",
"license": "BSD",
"bugs": {
"url": "https://github.com/karissa/cookie-auth/issues"
},
"dependencies": {
"cookie-cutter": "^0.1.1",
"debug": "^2.1.0",
"memdb": "^1.3.1"
},
"devDependencies": {
"basic": "0.0.3",
"connections": "^1.0.0",
"request": "^2.51.0",
"routes-router": "^4.1.1",
"tape": "^3.0.3"
}
}