source: Dev/trunk/src/node_modules/passport-local/package.json @ 484

Last change on this file since 484 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 1.2 KB
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  },
25  "scripts": {
26    "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
27  },
28  "engines": {
29    "node": ">= 0.4.0"
30  },
31  "licenses": [
32    {
33      "type": "MIT",
34      "url": "http://www.opensource.org/licenses/MIT"
35    }
36  ],
37  "keywords": [
38    "passport",
39    "local",
40    "auth",
41    "authn",
42    "authentication"
43  ],
44  "readme": "ERROR: No README data found!",
45  "_id": "passport-local@0.1.6",
46  "dist": {
47    "shasum": "3179518b5409abbb0d72960098126cc6f3919828"
48  },
49  "_from": "passport-local@",
50  "_resolved": "https://registry.npmjs.org/passport-local/-/passport-local-0.1.6.tgz"
51}
Note: See TracBrowser for help on using the repository browser.