authmaker-verify
Version:
AccessToken verification for Authmaker
28 lines (27 loc) • 722 B
JSON
{
"name": "authmaker-verify",
"version": "2.0.0",
"description": "AccessToken verification for Authmaker",
"repository": "https://github.com/Authmaker/authmaker-verify",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive --reporter spec",
"test-watch": "NO_LOG=please npm run test -- -w --reporter min"
},
"author": "Chris Manson <chris@bloo.ie>",
"license": "MIT",
"dependencies": {
"authmaker-common": "^2.1.0",
"lodash": "^3.9.3",
"moment": "^2.10.3",
"mongoose": "^4.0.1",
"q": "^1.4.1",
"winston": "^1.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"nconf": "^0.7.2"
}
}