{ "name" : "mysql-js" , "version" : "0.7.3" , "description" : "Lightweight object mapping layer for MySQL and MySQL Cluster" , "keywords" : ["mysql", "cluster", "mysql cluster", "ndb", "mapping" ] , "homepage" : "http://github.com/mysql/mysql-js/" , "bugs" : { "url" : "http://github.com/mysql/mysql-js/issues"} , "license" : "GPL2" , "contributors": [ "John David Duncan " , "Craig Russell " ] , "main" : "Adapter/api/mynode" , "scripts" : { "preinstall" : "node configure && node-gyp rebuild -d", "test" : "cd test && node driver" } , "dependencies": { "mysql" : ">=2.0.0" } , "repository" : { "type" : "git", "url": "https://github.com/mysql/mysql-js.git" } }