2013-11-05 19:16:59 +00:00
|
|
|
{
|
2015-09-16 20:38:09 +00:00
|
|
|
"name": "loopback-component-explorer",
|
2016-03-08 21:00:23 +00:00
|
|
|
"version": "2.4.0",
|
2013-11-05 19:16:59 +00:00
|
|
|
"description": "Browse and test your LoopBack app's APIs",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"eslint": "^2.8.0",
|
|
|
|
"eslint-config-loopback": "^2.0.0",
|
2015-07-30 20:52:07 +00:00
|
|
|
"loopback": "^2.19.1",
|
|
|
|
"mocha": "^2.2.5",
|
2016-04-22 21:07:56 +00:00
|
|
|
"supertest": "^1.0.1"
|
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": {
|
2015-07-30 20:52:07 +00:00
|
|
|
"cors": "^2.7.1",
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
"lodash": "^3.10.0",
|
2015-09-03 08:37:09 +00:00
|
|
|
"loopback-swagger": "^2.1.0",
|
2015-09-01 15:19:40 +00:00
|
|
|
"strong-swagger-ui": "^21.0.0"
|
2013-11-05 19:16:59 +00:00
|
|
|
}
|
|
|
|
}
|