loopback-component-explorer/package.json

45 lines
997 B
JSON

{
"name": "loopback-component-explorer",
"version": "6.5.1",
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=8.9"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-component-explorer.git"
},
"keywords": [
"loopback",
"api",
"explorer"
],
"author": "IBM Corp.",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/strongloop/loopback-component-explorer/issues"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^5.13.0",
"eslint-config-loopback": "^13.0.0",
"loopback": "^3.19.0",
"mocha": "^5.2.0",
"supertest": "^3.1.0"
},
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.11",
"loopback-swagger": "^5.0.0",
"strong-globalize": "^4.1.1",
"swagger-ui": "^2.2.5"
}
}