UNPKG

fh-wfm-user

Version:
56 lines (55 loc) 1.34 kB
{ "name": "fh-wfm-user", "version": "0.6.8", "description": "A user module for WFM", "repository": { "type": "git", "url": "https://github.com/feedhenry-raincatcher/raincatcher-user.git" }, "scripts": { "test": "WFM_USE_MEMORY_STORE=true grunt" }, "keywords": [ "wfm", "user" ], "author": "Brian Leathem", "license": "MIT", "dependencies": { "bluebird": "3.5.0", "connect-mongo": "^1.3.2", "connect-redis": "^3.1.0", "crypto-js": "3.1.8", "express": "4.15.2", "express-session": "^1.14.2", "fh-mbaas-api": "6.1.8", "fh-wfm-mediator": "0.3.4", "fh-wfm-simple-store": "0.2.3", "lodash": "4.17.4", "mongodb": "^2.2.16", "q": "1.4.1", "redis": "^2.6.3", "semver": "^5.3.0", "shortid": "^2.2.6" }, "devDependencies": { "body-parser": "^1.15.2", "chai": "^3.5.0", "cookie-parser": "^1.4.3", "coveralls": "^2.13.1", "cross-env": "^3.1.3", "grunt": "^1.0.1", "grunt-env": "^0.4.4", "grunt-eslint": "^18.0.0", "grunt-mocha-istanbul": "^5.0.2", "grunt-mocha-test": "^0.13.2", "grunt-shell": "1.2.1", "istanbul": "^0.4.5", "load-grunt-tasks": "^3.5.2", "mocha": "^3.2.0", "proxyquire": "^1.7.10", "sinon": "^1.17.6", "sinon-as-promised": "^4.0.2", "supertest": "^2.0.1" } }