UNPKG

755 BJSONView Raw
1{
2 "name": "authmaker-verify-express",
3 "version": "1.2.0",
4 "description": "Express middlewares for authmaker-verify",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test mocha --recursive --reporter spec",
8 "test-watch": "NO_LOG=please npm run test -- -w --reporter min"
9 },
10 "author": "Chris Manson <chris@bloo.ie>",
11 "license": "MIT",
12 "dependencies": {
13 "authmaker-verify": "^1.4.4",
14 "lodash": "^3.9.3",
15 "moment": "^2.10.3",
16 "mongoose": "^4.0.1",
17 "q": "^1.4.1",
18 "winston": "^1.0.0"
19 },
20 "devDependencies": {
21 "authmaker-common": "^1.0.3",
22 "chai": "^3.0.0",
23 "express": "^4.13.0",
24 "express-autoroute": "^1.2.1",
25 "mocha": "^2.2.5",
26 "nconf": "^0.7.1",
27 "supertest": "^1.0.1"
28 }
29}