Line | |
---|
1 | { |
---|
2 | "name": "passport-local", |
---|
3 | "version": "0.1.6", |
---|
4 | "description": "Local username and password authentication strategy for Passport.", |
---|
5 | "author": { |
---|
6 | "name": "Jared Hanson", |
---|
7 | "email": "jaredhanson@gmail.com", |
---|
8 | "url": "http://www.jaredhanson.net/" |
---|
9 | }, |
---|
10 | "repository": { |
---|
11 | "type": "git", |
---|
12 | "url": "git://github.com/jaredhanson/passport-local.git" |
---|
13 | }, |
---|
14 | "bugs": { |
---|
15 | "url": "http://github.com/jaredhanson/passport-local/issues" |
---|
16 | }, |
---|
17 | "main": "./lib/passport-local", |
---|
18 | "dependencies": { |
---|
19 | "pkginfo": "0.2.x", |
---|
20 | "passport": "~0.1.1" |
---|
21 | }, |
---|
22 | "devDependencies": { |
---|
23 | "vows": "0.6.x", |
---|
24 | "pkginfo": "^0.2.3", |
---|
25 | "passport": "^0.1.18" |
---|
26 | }, |
---|
27 | "scripts": { |
---|
28 | "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js" |
---|
29 | }, |
---|
30 | "engines": { |
---|
31 | "node": ">= 0.4.0" |
---|
32 | }, |
---|
33 | "licenses": [ |
---|
34 | { |
---|
35 | "type": "MIT", |
---|
36 | "url": "http://www.opensource.org/licenses/MIT" |
---|
37 | } |
---|
38 | ], |
---|
39 | "keywords": [ |
---|
40 | "passport", |
---|
41 | "local", |
---|
42 | "auth", |
---|
43 | "authn", |
---|
44 | "authentication" |
---|
45 | ], |
---|
46 | "readme": "ERROR: No README data found!", |
---|
47 | "_id": "passport-local@0.1.6", |
---|
48 | "dist": { |
---|
49 | "shasum": "3179518b5409abbb0d72960098126cc6f3919828" |
---|
50 | }, |
---|
51 | "_from": "passport-local@", |
---|
52 | "_resolved": "https://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz" |
---|
53 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.