aboutsummaryrefslogtreecommitdiff
path: root/node_modules/passport/package.json
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 13:17:06 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 13:17:06 +0000
commitdc46b87abee1e441c07524ddde67fd902a919336 (patch)
tree13eba08b8655dfd78e9600ec5f612011a0bf3b35 /node_modules/passport/package.json
parent26f4b38e9e5a202756a7c33abc775aea2617aeaf (diff)
added some dependencies to package.json
Diffstat (limited to 'node_modules/passport/package.json')
-rw-r--r--node_modules/passport/package.json72
1 files changed, 0 insertions, 72 deletions
diff --git a/node_modules/passport/package.json b/node_modules/passport/package.json
deleted file mode 100644
index 441f8d3..0000000
--- a/node_modules/passport/package.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "name": "passport",
- "version": "0.3.2",
- "description": "Simple, unobtrusive authentication for Node.js.",
- "keywords": [
- "express",
- "connect",
- "auth",
- "authn",
- "authentication"
- ],
- "author": {
- "name": "Jared Hanson",
- "email": "jaredhanson@gmail.com",
- "url": "http://www.jaredhanson.net/"
- },
- "homepage": "http://passportjs.org/",
- "repository": {
- "type": "git",
- "url": "git://github.com/jaredhanson/passport.git"
- },
- "bugs": {
- "url": "http://github.com/jaredhanson/passport/issues"
- },
- "license": "MIT",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
- "main": "./lib",
- "dependencies": {
- "passport-strategy": "1.x.x",
- "pause": "0.0.1"
- },
- "devDependencies": {
- "mocha": "2.x.x",
- "chai": "2.x.x",
- "chai-connect-middleware": "0.3.x",
- "chai-passport-strategy": "0.2.x",
- "proxyquire": "1.x.x"
- },
- "engines": {
- "node": ">= 0.4.0"
- },
- "scripts": {
- "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
- },
- "gitHead": "ee57813037914642906aa9ed9e1c9ecbebf905ff",
- "_id": "passport@0.3.2",
- "_shasum": "9dd009f915e8fe095b0124a01b8f82da07510102",
- "_from": "passport@>=0.3.2 <0.4.0",
- "_npmVersion": "1.4.28",
- "_npmUser": {
- "name": "jaredhanson",
- "email": "jaredhanson@gmail.com"
- },
- "maintainers": [
- {
- "name": "jaredhanson",
- "email": "jaredhanson@gmail.com"
- }
- ],
- "dist": {
- "shasum": "9dd009f915e8fe095b0124a01b8f82da07510102",
- "tarball": "https://registry.npmjs.org/passport/-/passport-0.3.2.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/passport/-/passport-0.3.2.tgz",
- "readme": "ERROR: No README data found!"
-}