UNPKG

ohm

Version:

Node.js Session Manager

70 lines (69 loc) 1.56 kB
{ "name": "ohm", "description": "Node.js Session Manager", "version": "0.10.4", "license": "MIT", "homepage": "http://ohm.fm", "contributors": [ { "name": "Cameron Drake", "email": "cameron@drake.fm" } ], "keywords": [ "Express", "Parse", "Session", "Node.js" ], "main": "dist/ohm.js", "files": [ "readme.md", "dist/" ], "repository": { "type": "git", "url": "git://github.com/ohmlabs/ohm.git" }, "bugs": "https://github.com/ohmlabs/ohm/issues", "scripts": { "test": "./node_modules/.bin/mocha --exit", "prepare": "npm run build", "build": "./node_modules/.bin/babel lib --presets babel-preset-env --out-dir dist --copy-files" }, "dependencies": { "body-parser": "1.18.3", "compression": "1.7.2", "connect-redis": "3.3.3", "cookie-parser": "1.4.3", "errorhandler": "1.5.0", "express": "4.16.3", "express-session": "1.15.6", "express-winston": "2.5.1", "helmet": "3.12.1", "lodash": "4.17.10", "longjohn": "0.2.12", "method-override": "2.3.10", "moment": "2.22.2", "morgan": "1.9.0", "nconf": "0.10.0", "parse": "1.11.1", "parse-dashboard": "1.2.0", "parse-server": "2.8.2", "pug": "2.0.3", "redis": "2.8.0", "socket.io": "2.1.1", "winston": "2.4.2" }, "devDependencies": { "babel-cli": "6.26.0", "babel-env": "2.4.1", "chai": "4.1.2", "istanbul": "0.4.5", "mocha": "5.2.0", "supertest": "3.1.0" }, "engines": { "node": "6.10.2" } }