2017-02-28 18:27:38 +08:00
|
|
|
{
|
|
|
|
"name": "mysqli",
|
2017-05-22 13:26:53 +08:00
|
|
|
"version": "2.0.1",
|
2017-02-28 18:27:38 +08:00
|
|
|
"description": "MySQL tool",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"es.shim": "^0.0.2",
|
|
|
|
"mysql": "^2.13.0"
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/yutent/mysqli.git",
|
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|