aboutsummaryrefslogtreecommitdiff
path: root/node_modules/connect-flash/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/connect-flash/package.json')
-rw-r--r--node_modules/connect-flash/package.json87
1 files changed, 87 insertions, 0 deletions
diff --git a/node_modules/connect-flash/package.json b/node_modules/connect-flash/package.json
new file mode 100644
index 0000000..94f9b70
--- /dev/null
+++ b/node_modules/connect-flash/package.json
@@ -0,0 +1,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"
+}