2 "name": "@squeep/authentication-module",
4 "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.",
7 "coverage": "nyc npm test",
8 "coverage-check": "nyc check-coverage",
9 "eslint": "eslint *.js lib",
10 "test": "mocha --recursive"
14 "url": "https://git.squeep.com/squeep-authentication-module/"
25 "author": "Justin Wind <jwind-npm@squeep.com>",
33 "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
34 "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
35 "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.2.0",
36 "@squeep/mystery-box": "^2.0.1"
38 "optionalDependencies": {
40 "node-linux-pam": "^0.2.1"
44 "eslint-plugin-node": "^11.1.0",
45 "eslint-plugin-promise": "^6.1.1",
46 "eslint-plugin-security": "^1.7.1",
47 "eslint-plugin-sonarjs": "^0.18.0",
48 "html-minifier-lint": "^2.0.0",
51 "pre-commit": "^1.2.2",