12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "passport",
- "version": "0.2.1",
- "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"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
- "main": "./lib",
- "dependencies": {
- "passport-strategy": "1.x.x",
- "pause": "0.0.1"
- },
- "devDependencies": {
- "mocha": "1.x.x",
- "chai": "1.x.x",
- "chai-connect-middleware": "0.3.x",
- "chai-passport-strategy": "0.2.x",
- "proxyquire": "0.5.x"
- },
- "engines": {
- "node": ">= 0.4.0"
- },
- "scripts": {
- "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
- },
- "gitHead": "4dce9d99a009fdec8a6b83a8cbc99d119a73c561",
- "_id": "passport@0.2.1",
- "_shasum": "a7d34c07b30fb605be885edbc8c93e5142e38574",
- "_from": "passport@^0.2.0",
- "_npmVersion": "1.4.23",
- "_npmUser": {
- "name": "jaredhanson",
- "email": "jaredhanson@gmail.com"
- },
- "maintainers": [
- {
- "name": "jaredhanson",
- "email": "jaredhanson@gmail.com"
- }
- ],
- "dist": {
- "shasum": "a7d34c07b30fb605be885edbc8c93e5142e38574",
- "tarball": "http://registry.npmjs.org/passport/-/passport-0.2.1.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/passport/-/passport-0.2.1.tgz"
- }
|