UNPKG

657 BJSONView Raw
1{
2 "name": "authmaker-verify",
3 "version": "1.5.1",
4 "description": "AccessToken verification for Authmaker",
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-common": "^1.0.3",
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 "chai": "^3.2.0",
22 "chai-as-promised": "^5.1.0",
23 "mocha": "^2.2.5",
24 "nconf": "^0.7.2"
25 }
26}