45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "loopback-connector-mysql",
|
|
"version": "0.0.1",
|
|
"description": "MySQL adapter for Loopback Data",
|
|
"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": "latest",
|
|
"blanket": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "latest",
|
|
"should": "~1.2.2",
|
|
"mocha": "~1.8.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
|
|
},
|
|
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
|
|
"maintainers": [
|
|
{
|
|
"name": "Raymond Feng",
|
|
"url": "https://github.com/raymondfeng"
|
|
},
|
|
{
|
|
"name": "dgsan",
|
|
"url": "https://github.com/dgsan"
|
|
},
|
|
{
|
|
"name": "Anatoliy Chakkaev",
|
|
"url": "https://github.com/1602"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
}
|