UNPKG

642 BJSONView Raw
1{
2 "name": "passport-token",
3 "version": "0.2.0",
4 "description": "Username and token authentication strategy for Passport - modified from passport-local.",
5 "author": {
6 "name": "Lee Powell"
7 },
8 "main": "./lib/index.js",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/leepowellcouk/passport-token"
12 },
13 "dependencies": {
14 "passport-strategy": "^1.0.0"
15 },
16 "engines": {
17 "node": ">= 0.4.0"
18 },
19 "licenses": [
20 {
21 "type": "MIT",
22 "url": "http://www.opensource.org/licenses/MIT"
23 }
24 ],
25 "keywords": [
26 "passport",
27 "token",
28 "auth",
29 "authn",
30 "authentication"
31 ]
32}