loopback-connector-mysql/package.json

30 lines
830 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": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
"mysql": ">= 2.0.0-alpha8",
"async": "~0.2.9"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"should": "~1.2.2",
"mocha": "~1.8.2",
"blanket": "~1.1.5",
"rc": "~0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
},
"license": "MIT"
}