2013-11-05 19:16:59 +00:00
|
|
|
{
|
2015-09-16 20:38:09 +00:00
|
|
|
"name": "loopback-component-explorer",
|
2018-10-18 07:05:38 +00:00
|
|
|
"version": "6.3.1",
|
2013-11-05 19:16:59 +00:00
|
|
|
"description": "Browse and test your LoopBack app's APIs",
|
2016-11-19 10:25:31 +00:00
|
|
|
"engines": {
|
2018-07-23 18:31:32 +00:00
|
|
|
"node": ">=6"
|
2016-11-19 10:25:31 +00:00
|
|
|
},
|
2013-11-05 19:16:59 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-04-22 21:14:57 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"test": "mocha",
|
|
|
|
"posttest": "npm run lint"
|
2013-11-05 19:16:59 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-09-16 20:38:09 +00:00
|
|
|
"url": "git://github.com/strongloop/loopback-component-explorer.git"
|
2013-11-05 19:16:59 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"loopback",
|
|
|
|
"api",
|
|
|
|
"explorer"
|
|
|
|
],
|
|
|
|
"author": "Ritchie Martori",
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"bugs": {
|
2015-09-16 20:38:09 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-component-explorer/issues"
|
2013-11-05 19:16:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-22 21:07:56 +00:00
|
|
|
"chai": "^3.2.0",
|
2019-02-05 07:57:18 +00:00
|
|
|
"eslint": "^5.13.0",
|
|
|
|
"eslint-config-loopback": "^13.0.0",
|
2018-04-16 12:41:32 +00:00
|
|
|
"loopback": "^3.19.0",
|
2018-06-02 02:49:05 +00:00
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"supertest": "^3.1.0"
|
2014-02-18 00:04:03 +00:00
|
|
|
},
|
2015-09-21 23:42:54 +00:00
|
|
|
"license": "MIT",
|
2014-07-04 19:28:47 +00:00
|
|
|
"dependencies": {
|
2018-07-23 18:31:32 +00:00
|
|
|
"debug": "^3.1.0",
|
2018-02-16 08:45:26 +00:00
|
|
|
"lodash": "^4.17.5",
|
2017-08-31 21:56:23 +00:00
|
|
|
"loopback-swagger": "^5.0.0",
|
2018-07-23 18:31:32 +00:00
|
|
|
"strong-globalize": "^4.1.1",
|
2016-09-27 18:11:40 +00:00
|
|
|
"swagger-ui": "^2.2.5"
|
2013-11-05 19:16:59 +00:00
|
|
|
}
|
|
|
|
}
|