{ "name": "loopback-explorer", "version": "1.8.2", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/strongloop/loopback-explorer.git" }, "keywords": [ "loopback", "api", "explorer" ], "author": "Ritchie Martori", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/strongloop/loopback-explorer/issues" }, "devDependencies": { "loopback": "^2.19.1", "mocha": "^2.2.5", "supertest": "^1.0.1", "chai": "^3.2.0" }, "license": { "name": "Dual MIT/StrongLoop", "url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE" }, "dependencies": { "cors": "^2.7.1", "debug": "^2.2.0", "lodash": "^3.10.0", "strong-swagger-ui": "^20.0.2" } }