UNPKG

@house-agency/brewsession

Version:

The Brewery Session Manager

39 lines (38 loc) 871 B
{ "name": "@house-agency/brewsession", "version": "0.3.3", "description": "The Brewery Session Manager", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha test/**/*.js" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/thebrewery/brewsession.git" }, "keywords": [ "session", "api", "express", "router", "thebrewery" ], "author": "spurge", "license": "GPL-3.0", "homepage": "https://bitbucket.org/thebrewery/brewsession#readme", "devDependencies": { "@house-agency/brewstore": "^0.4.7", "@house-agency/brewtils": "^0.5.5", "body-parser": "^1.15.0", "chai": "^3.5.0", "express": "^4.13.4", "mocha": "^2.4.5", "q-io": "^1.13.2", "redis": "^2.6.0-2" }, "dependencies": { "jssha": "^2.0.2", "lodash": "^4.11.2", "q": "^1.4.1" } }