{ "name": "jugglingdb-mysql", "version": "0.0.1-1", "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 ", "license": "MIT" }