mysqli/package.json

14 lines
274 B
JSON
Raw Normal View History

2017-02-28 18:27:38 +08:00
{
"name": "mysqli",
"version": "3.0.0",
2017-02-28 18:27:38 +08:00
"description": "MySQL tool",
"main": "dist/index.js",
2017-02-28 18:27:38 +08:00
"dependencies": {
2018-03-03 20:48:51 +08:00
"es.shim": "^0.0.3",
2017-02-28 18:27:38 +08:00
"mysql": "^2.13.0"
},
"repository": "https://github.com/yutent/mysqli.git",
"author": "yutent",
"license": "MIT"
}