UNPKG

931 BJSONView Raw
1{
2 "name": "passport-oauth",
3 "version": "0.1.14",
4 "description": "OAuth 1.0 and 2.0 authentication strategies for Passport.",
5 "keywords": ["passport", "oauth", "auth", "authn", "authentication"],
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 "author": {
14 "name": "Jared Hanson",
15 "email": "jaredhanson@gmail.com",
16 "url": "http://www.jaredhanson.net/"
17 },
18 "licenses": [ {
19 "type": "MIT",
20 "url": "http://www.opensource.org/licenses/MIT"
21 } ],
22 "main": "./lib/passport-oauth",
23 "dependencies": {
24 "pkginfo": "0.2.x",
25 "passport": "~0.1.1",
26 "oauth": "0.9.x"
27 },
28 "devDependencies": {
29 "vows": "0.6.x"
30 },
31 "scripts": {
32 "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js"
33 },
34 "engines": { "node": ">= 0.4.0" }
35}