36 lines
937 B
JSON
36 lines
937 B
JSON
|
|
{
|
|
"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 <john.duncan@oracle.com>" ,
|
|
"Craig Russell <craig.russell@oracle.com>" ]
|
|
,
|
|
"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"
|
|
}
|
|
}
|
|
|
|
|