loopback-phase
Version:
Hook into a LoopBack application's phases
37 lines (36 loc) • 694 B
JSON
{
"name": "loopback-phase",
"version": "3.4.0",
"description": "Hook into a LoopBack application's phases",
"engines": {
"node": ">=8.9"
},
"keywords": [
"StrongLoop",
"LoopBack",
"Hook",
"Phase"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-phase"
},
"main": "index.js",
"scripts": {
"pretest": "jshint .",
"test": "mocha"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"debug": "^3.1.0",
"strong-globalize": "^4.1.1"
},
"devDependencies": {
"chai": "^4.1.2",
"express": "^4.0.0",
"jshint": "^2.5.10",
"mocha": "^5.2.0"
},
"author": "IBM Corp."
}