{ "name": "loopback-explorer", "version": "1.1.1", "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": "1.x", "mocha": "~1.14.0", "supertest": "~0.8.1", "chai": "~1.8.1" }, "license": { "name": "Dual MIT/StrongLoop", "url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE" }, "dependencies": { "swagger-ui": "~2.0.17", "debug": "~1.0.2", "lodash.clonedeep": "^2.4.1", "lodash.defaults": "^2.4.1", "express": "4.x" } }