loopback-connector-mysql/package.json

30 lines
770 B
JSON

{
"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": "strongloop/loopback-datasource-juggler",
"mysql": "~2.0.0-alpha9",
"async": "~0.2.9"
},
"devDependencies": {
"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"
}