{ "name": "loopback-connector-mysql", "version": "1.6.0", "description": "MySQL connector for loopback-datasource-juggler", "main": "index.js", "scripts": { "test": "mocha" }, "dependencies": { "loopback-connector": "1.x", "mysql": "^2.5.4", "async": "^0.9.0", "debug": "^2.1.1" }, "devDependencies": { "bluebird": "~2.9.10", "loopback-datasource-juggler": "^2.17.0", "mocha": "^2.1.0", "rc": "^0.6.0", "should": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-connector-mysql.git" }, "license": { "name": "Dual MIT/StrongLoop", "url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE" }, "optionalDependencies": { "sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@1.6.0" } }