UNPKG

1.02 kBJSONView Raw
1{
2 "name": "authmaker-verify-express",
3 "version": "3.0.0",
4 "description": "Express middlewares for authmaker-verify",
5 "repository": "https://github.com/Authmaker/authmaker-verify-express",
6 "main": "index.js",
7 "scripts": {
8 "test": "NODE_ENV=test mocha --recursive --reporter spec",
9 "test-watch": "NO_LOG=please npm run test -- -w --reporter min",
10 "coverage": "NO_LOG=please NODE_ENV=test istanbul cover _mocha -- -R spec --recursive"
11 },
12 "author": "Chris Manson <chris@bloo.ie>",
13 "license": "MIT",
14 "dependencies": {
15 "authmaker-verify": "^3.0.0",
16 "lodash": "^3.9.3",
17 "moment": "^2.10.3",
18 "mongoose": "^4.0.1",
19 "q": "^1.4.1",
20 "winston": "^1.0.0"
21 },
22 "devDependencies": {
23 "chai": "^3.0.0",
24 "eslint": "^4.12.1",
25 "eslint-config-airbnb-base": "^12.1.0",
26 "eslint-plugin-import": "^2.8.0",
27 "express": "^4.13.0",
28 "express-autoroute": "^1.2.1",
29 "istanbul": "^0.4.5",
30 "mocha": "^3.0.2",
31 "nconf": "^0.7.1",
32 "supertest": "^1.0.1"
33 }
34}