UNPKG

express-toastr

Version:

A toastr.js middleware for ExpressJS 4

46 lines (45 loc) 971 B
{ "name": "express-toastr", "version": "2.0.2", "description": "A toastr.js middleware for ExpressJS 4", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/kamaln7/express-toastr.git" }, "keywords": [ "expressjs", "express", "connect", "flash", "toastr", "toast", "popup" ], "author": { "name": "Kamal Nasser", "email": "hello@kamal.io" }, "license": "MIT", "bugs": { "url": "https://github.com/kamaln7/express-toastr/issues" }, "homepage": "https://github.com/kamaln7/express-toastr", "dependencies": { "entities": "^1.1.1", "lodash": "^2.4.1" }, "devDependencies": { "assert": "^1.1.2", "mocha": "^2.0.1", "should": "^4.1.0", "supertest": "^0.14.0", "connect-flash": "^0.1.1", "cookie-parser": "^1.3.3", "express": "^4.10.1", "express-session": "^1.9.1" } }