{ "name": "loopback-connector-mysql", "version": "1.0.2", "description": "MySQL connector for loopback-datasource-juggler", "main": "index.js", "scripts": { "test": "make test" }, "dependencies": { "loopback-datasource-juggler": "1.x.x", "mysql": "~2.0.0-alpha9", "async": "~0.2.9" }, "devDependencies": { "should": "~1.3.0", "mocha": "~1.14.0", "blanket": "~1.1.5", "rc": "~0.3.1" }, "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-connector-mysql.git" }, "license": "MIT" }