{ "name": "loopback-connector-mysql", "version": "1.0.0", "description": "MySQL connector for loopback-datasource-juggler", "main": "index.js", "scripts": { "test": "make test", "blanket": { "pattern": "//^((?!(node_modules|test)).)*$/" }, "coverage": "mocha -r blanket -R html-cov > coverage_loopback-connector-mysql.html" }, "dependencies": { "loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git", "mysql": ">=2.0.0-alpha9", "async": "~0.2.9" }, "devDependencies": { "coffee-script": "~1.6.3", "should": "~1.3.0", "mocha": "~1.13.0", "blanket": "~1.1.5", "rc": "~0.3.1" }, "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-connector-mysql.git" }, "license": "MIT" }