UNPKG

1.29 kBJSONView Raw
1{
2 "name": "passport",
3 "version": "0.7.0",
4 "description": "Simple, unobtrusive authentication for Node.js.",
5 "keywords": [
6 "express",
7 "connect",
8 "auth",
9 "authn",
10 "authentication"
11 ],
12 "author": {
13 "name": "Jared Hanson",
14 "email": "jaredhanson@gmail.com",
15 "url": "https://www.jaredhanson.me/"
16 },
17 "homepage": "https://www.passportjs.org/",
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/jaredhanson/passport.git"
21 },
22 "bugs": {
23 "url": "https://github.com/jaredhanson/passport/issues"
24 },
25 "funding": {
26 "type": "github",
27 "url": "https://github.com/sponsors/jaredhanson"
28 },
29 "license": "MIT",
30 "licenses": [
31 {
32 "type": "MIT",
33 "url": "https://opensource.org/licenses/MIT"
34 }
35 ],
36 "main": "./lib",
37 "dependencies": {
38 "passport-strategy": "1.x.x",
39 "pause": "0.0.1",
40 "utils-merge": "^1.0.1"
41 },
42 "devDependencies": {
43 "make-node": "0.3.x",
44 "mocha": "2.x.x",
45 "chai": "2.x.x",
46 "chai-connect-middleware": "0.3.x",
47 "chai-passport-strategy": "0.2.x",
48 "proxyquire": "1.4.x"
49 },
50 "engines": {
51 "node": ">= 0.4.0"
52 },
53 "scripts": {
54 "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
55 }
56}