{ "name": "loopback-explorer", "version": "1.0.0", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": { "test": "mocha" }, "peerDependencies": { "loopback": "1.x.x" }, "repository": { "type": "git", "url": "git://github.com/strongloop/loopback-explorer.git" }, "keywords": [ "loopback", "api", "explorer" ], "author": "Ritchie Martori", "license": "MIT", "readmeFilename": "README.md", "gitHead": "e95d3f1f6362d8ba9297301764be1e915f7e4e74", "bugs": { "url": "https://github.com/strongloop/loopback-explorer/issues" }, "devDependencies": { "loopback": "1.x.x", "mocha": "~1.14.0", "supertest": "~0.8.1" } }