loopback-connector-mysql/package.json

24 lines
519 B
JSON

{
"name": "jugglingdb-mysql",
"version": "0.0.1-2",
"description": "MySQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
"test": "nodeunit test/*"
},
"dependencies": {
"jugglingdb": "= 0.2.x",
"mysql": ">= 2.0.0-alpha3"
},
"devDependencies": {
"coffee-script": "latest",
"nodeunit": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/1602/jugglingdb-mysql.git"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"license": "MIT"
}