UNPKG

pr-express-server

Version:

ExpressJS based server with useful middlewares

54 lines (53 loc) 1.28 kB
{ "name": "pr-express-server", "version": "0.1.1", "description": "ExpressJS based server with useful middlewares", "main": "index.js", "directories": { "test": "test" }, "scripts": { "pretest": "eslint .", "test": "mocha" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/partharamanujam/pr-express-server.git" }, "engines": { "node": ">=4.4.6", "npm": ">=3.9.6" }, "keywords": [ "Express", "Server", "Middleware", "Ready" ], "author": "Partha Ramanujam (parthasarathi.ramanujam@gmail.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/partharamanujam/pr-express-server/issues" }, "homepage": "https://gitlab.com/partharamanujam/pr-express-server#README", "devDependencies": { "eslint": "^3.12.0", "express": "^4.14.0", "mocha": "^3.2.0", "supertest": "^2.0.1" }, "dependencies": { "compression": "^1.6.2", "express": "^4.14.0", "express-winston": "^2.1.2", "helmet": "^3.3.0", "pr-express-body-parser": "^0.1.4", "pr-express-redis-session": "^0.1.3", "pr-express-ws": "^0.2.2", "pr-winston-child": "^0.1.1", "pr-ws-monitor": "^0.2.4", "toobusy-js": "^0.5.1", "uuid": "^3.0.1", "ws": "^1.1.1" } }