loopback-connector-mysql/package.json

35 lines
721 B
JSON

{
"name": "jugglingdb-mysql",
"version": "0.0.1-5",
"description": "MySQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"jugglingdb": ">= 0.2.0",
"mysql": ">= 2.0.0-alpha3"
},
"devDependencies": {
"coffee-script": "latest",
"should": "~1.2.2",
"mocha": "~1.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/1602/jugglingdb-mysql.git"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"maintainers": [
{
"name": "dgsan",
"url": "https://github.com/dgsan"
},
{
"name": "Anatoliy Chakkaev",
"url": "https://github.com/1602"
}
],
"license": "MIT"
}