UNPKG

917 BJSONView Raw
1{
2 "name": "passport-oauth",
3 "version": "0.1.11",
4 "description": "OAuth 1.0 and 2.0 authentication strategies for Passport.",
5 "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" },
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/jaredhanson/passport-oauth.git"
9 },
10 "bugs": {
11 "url": "http://github.com/jaredhanson/passport-oauth/issues"
12 },
13 "main": "./lib/passport-oauth",
14 "dependencies": {
15 "pkginfo": "0.2.x",
16 "passport": "~0.1.1",
17 "oauth": "0.9.x"
18 },
19 "devDependencies": {
20 "vows": "0.6.x"
21 },
22 "scripts": {
23 "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js"
24 },
25 "engines": { "node": ">= 0.4.0" },
26 "licenses": [ {
27 "type": "MIT",
28 "url": "http://www.opensource.org/licenses/MIT"
29 } ],
30 "keywords": ["passport", "oauth", "auth", "authn", "authentication"]
31}