aboutsummaryrefslogtreecommitdiff
path: root/node_modules/connect-flash/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-21 06:29:31 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-21 06:29:31 +0000
commitee8e1a13b60a6adfdc691b2a9b57289188397641 (patch)
tree096633208d9b8b6b59b67f4034a0cbb41e1f4c5d /node_modules/connect-flash/package.json
parent689df70a38ace2f88cfef6ab50f10dc546b48f00 (diff)
need pull
Diffstat (limited to 'node_modules/connect-flash/package.json')
-rw-r--r--node_modules/connect-flash/package.json60
1 files changed, 60 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..90206ec
--- /dev/null
+++ b/node_modules/connect-flash/package.json
@@ -0,0 +1,60 @@
+{
+ "name": "connect-flash",
+ "version": "0.1.1",
+ "description": "Flash message middleware for Connect.",
+ "keywords": [
+ "connect",
+ "express",
+ "flash",
+ "messages"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jaredhanson/connect-flash.git"
+ },
+ "bugs": {
+ "url": "http://github.com/jaredhanson/connect-flash/issues"
+ },
+ "author": {
+ "name": "Jared Hanson",
+ "email": "jaredhanson@gmail.com",
+ "url": "http://www.jaredhanson.net/"
+ },
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://www.opensource.org/licenses/MIT"
+ }
+ ],
+ "main": "./lib",
+ "dependencies": {},
+ "devDependencies": {
+ "vows": "0.6.x"
+ },
+ "scripts": {
+ "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "_id": "connect-flash@0.1.1",
+ "dist": {
+ "shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
+ "tarball": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz"
+ },
+ "_npmVersion": "1.1.62",
+ "_npmUser": {
+ "name": "jaredhanson",
+ "email": "jaredhanson@gmail.com"
+ },
+ "maintainers": [
+ {
+ "name": "jaredhanson",
+ "email": "jaredhanson@gmail.com"
+ }
+ ],
+ "directories": {},
+ "_shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
+ "_resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
+ "_from": "connect-flash@latest"
+}