package.json 1.63 KB
{
  "_args": [
    [
      "openid@0.5.13",
      "/Users/star/Desktop/YTMT"
    ]
  ],
  "_from": "openid@0.5.13",
  "_id": "openid@0.5.13",
  "_inBundle": false,
  "_integrity": "sha1-G462yox67m3WJktp2vua14UsKk0=",
  "_location": "/openid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "openid@0.5.13",
    "name": "openid",
    "escapedName": "openid",
    "rawSpec": "0.5.13",
    "saveSpec": null,
    "fetchSpec": "0.5.13"
  },
  "_requiredBy": [
    "/passport-openid"
  ],
  "_resolved": "https://registry.npmjs.org/openid/-/openid-0.5.13.tgz",
  "_spec": "0.5.13",
  "_where": "/Users/star/Desktop/YTMT",
  "author": {
    "name": "Håvard Stranden",
    "email": "havard.stranden@gmail.com",
    "url": "http://ox.no"
  },
  "bugs": {
    "url": "http://github.com/havard/node-openid/issues"
  },
  "description": "OpenID 1.1/2.0 library for node.js",
  "devDependencies": {
    "nock": "~1.1.0",
    "nodeunit": "~0.9.1",
    "sinon": "~1.13.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": [
    "node >= 0.6.0"
  ],
  "homepage": "https://github.com/havard/node-openid#readme",
  "keywords": [
    "openid",
    "auth",
    "authentication",
    "identity",
    "identifier",
    "relying",
    "party",
    "1.1",
    "2.0",
    "library"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/havard/node-openid/raw/master/LICENSE"
    }
  ],
  "main": "./openid.js",
  "name": "openid",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/havard/node-openid.git"
  },
  "scripts": {
    "test": "nodeunit test/"
  },
  "version": "0.5.13"
}