aboutsummaryrefslogtreecommitdiff
path: root/node_modules/connect-flash/package.json
blob: 94f9b703f9483be36a9965f40e71a107d74e446d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
  "_args": [
    [
      "connect-flash",
      "/home/humair/School/csc309/a4/solutions_repo"
    ]
  ],
  "_from": "connect-flash@latest",
  "_id": "connect-flash@0.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/connect-flash",
  "_npmUser": {
    "email": "jaredhanson@gmail.com",
    "name": "jaredhanson"
  },
  "_npmVersion": "1.1.62",
  "_phantomChildren": {},
  "_requested": {
    "name": "connect-flash",
    "raw": "connect-flash",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
  "_shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
  "_shrinkwrap": null,
  "_spec": "connect-flash",
  "_where": "/home/humair/School/csc309/a4/solutions_repo",
  "author": {
    "email": "jaredhanson@gmail.com",
    "name": "Jared Hanson",
    "url": "http://www.jaredhanson.net/"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/connect-flash/issues"
  },
  "dependencies": {},
  "description": "Flash message middleware for Connect.",
  "devDependencies": {
    "vows": "0.6.x"
  },
  "directories": {},
  "dist": {
    "shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
    "tarball": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/jaredhanson/connect-flash#readme",
  "keywords": [
    "connect",
    "express",
    "flash",
    "messages"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "maintainers": [
    {
      "name": "jaredhanson",
      "email": "jaredhanson@gmail.com"
    }
  ],
  "name": "connect-flash",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/connect-flash.git"
  },
  "scripts": {
    "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
  },
  "version": "0.1.1"
}