loopback-connector-mysql/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2012-12-14 14:01:44 +00:00
{
2013-07-21 05:37:59 +00:00
"name": "loopback-connector-mysql",
"version": "0.0.1",
"description": "MySQL adapter for Loopback Data",
2012-12-14 14:01:44 +00:00
"main": "index.js",
"scripts": {
2013-08-14 20:17:10 +00:00
"test": "make test",
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"coverage": "mocha -r blanket -R html-cov > coverage_loopback-connector-mysql.html"
2012-12-14 14:01:44 +00:00
},
"dependencies": {
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
2013-07-21 17:36:26 +00:00
"mysql": ">= 2.0.0-alpha8",
2013-08-14 20:17:10 +00:00
"async": "latest",
"blanket": "latest"
2012-12-14 14:01:44 +00:00
},
"devDependencies": {
2012-12-14 14:08:56 +00:00
"coffee-script": "latest",
2013-03-27 00:37:13 +00:00
"should": "~1.2.2",
"mocha": "~1.8.2",
"semicov": "*"
2012-12-14 14:01:44 +00:00
},
"repository": {
"type": "git",
2013-07-22 00:27:54 +00:00
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
2012-12-14 14:01:44 +00:00
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
2013-03-06 19:49:06 +00:00
"maintainers": [
2013-07-21 05:37:59 +00:00
{
"name": "Raymond Feng",
"url": "https://github.com/raymondfeng"
},
2013-03-27 00:37:13 +00:00
{
"name": "dgsan",
"url": "https://github.com/dgsan"
},
{
"name": "Anatoliy Chakkaev",
"url": "https://github.com/1602"
}
2013-03-06 19:49:06 +00:00
],
2012-12-14 14:01:44 +00:00
"license": "MIT"
}