identity
Version:
Identity client
34 lines (33 loc) • 689 B
JSON
{
"name": "identity",
"version": "4.11.4",
"description": "Identity client",
"keywords": [
"actionhero",
"identity",
"client"
],
"author": "Philipp Waldmann <philipp.waldmann@s-team.at>",
"main": "./openrecord/index",
"dependencies": {
"openrecord": "1.11.1",
"restify": "~ 2.7.x"
},
"devDependencies": {
"actionhero": "latest",
"mocha": "latest",
"should": "latest",
"mocha-lcov-reporter": "latest",
"blanket": "latest"
},
"config": {
"blanket": {
"pattern": ["lib"],
"data-cover-never": ["node_modules", "test"]
}
},
"scripts": {
"postinstall": "scripts/postinstall.js",
"test": "make test"
}
}