diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-16 13:17:06 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-16 13:17:06 +0000 |
| commit | dc46b87abee1e441c07524ddde67fd902a919336 (patch) | |
| tree | 13eba08b8655dfd78e9600ec5f612011a0bf3b35 /node_modules/connect-flash/package.json | |
| parent | 26f4b38e9e5a202756a7c33abc775aea2617aeaf (diff) | |
added some dependencies to package.json
Diffstat (limited to 'node_modules/connect-flash/package.json')
| -rw-r--r-- | node_modules/connect-flash/package.json | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/node_modules/connect-flash/package.json b/node_modules/connect-flash/package.json deleted file mode 100644 index de81dac..0000000 --- a/node_modules/connect-flash/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "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@>=0.1.1 <0.2.0", - "readme": "ERROR: No README data found!", - "homepage": "https://github.com/jaredhanson/connect-flash#readme" -} |
