UNPKG

1.05 kBJSONView Raw
1{
2 "name": "authmaker-verify-express",
3 "version": "3.0.2",
4 "description": "Express middlewares for authmaker-verify",
5 "repository": "https://github.com/Authmaker/authmaker-verify-express",
6 "main": "index.js",
7 "scripts": {
8 "lint": "mocha .",
9 "test": "NODE_ENV=test mocha --recursive --reporter spec",
10 "test-watch": "NO_LOG=please npm run test -- -w --reporter min",
11 "coverage": "NO_LOG=please NODE_ENV=test istanbul cover _mocha -- -R spec --recursive"
12 },
13 "author": "Chris Manson <chris@stonecircle.io>",
14 "license": "MIT",
15 "dependencies": {
16 "authmaker-verify": "^3.0.1",
17 "lodash": "^4.17.11",
18 "moment": "^2.24.0",
19 "mongoose": "^5.5.15",
20 "q": "^1.4.1",
21 "winston": "^1.0.0"
22 },
23 "devDependencies": {
24 "chai": "^4.2.0",
25 "eslint": "^5.16.0",
26 "eslint-config-airbnb-base": "^13.1.0",
27 "eslint-plugin-import": "^2.17.3",
28 "express": "^4.17.1",
29 "express-autoroute": "^2.1.1",
30 "istanbul": "^0.4.5",
31 "mocha": "^6.1.4",
32 "nconf": "^0.7.1",
33 "supertest": "^4.0.2"
34 }
35}