{ "name": "loopback-connector-remote", "version": "2.0.0-alpha.1", "pubishConfig": { "tag": "next" }, "description": "Remote REST API connector for Loopback", "main": "index.js", "keywords": [ "web", "restful", "rest", "StrongLoop" ], "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "https://github.com/kraman/loopback-connector-remotekr.git" }, "contributors": [ "Ritchie Martori (https://github.com/ritch)", "Krishna Raman (https://github.com/kraman)" ], "license": "MIT", "bugs": { "url": "https://github.com/strongloop/loopback-connector-remote/issues" }, "homepage": "http://loopback.io", "dependencies": { "loopback-datasource-juggler": "^2.8.0", "strong-remoting": "^2.3.0" }, "devDependencies": { "assert": "^1.1.2", "bluebird": "^3.3.5", "grunt": "~0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "~0.10.0", "grunt-mocha-test": "^0.11.0", "loopback": "^2.2.0", "mocha": "~1.21.4", "strong-task-emitter": "0.0.5" }, "optionalDependencies": {} }