promise-mysql2
Version:
A promise wrapper for node-mysql
47 lines (46 loc) • 863 B
JSON
{
"name": "promise-mysql2",
"version": "1.0.0",
"description": "A promise wrapper for node-mysql",
"main": "index.js",
"scripts": {
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/maidol/node-promise-mysql"
},
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface",
"database",
"mysql",
"mysql-promise",
"bluebird",
"q"
],
"author": "maidol",
"license": "MIT",
"bugs": {
"url": "https://github.com/maidol/node-promise-mysql/issues"
},
"dependencies": {
"mysql": "^2.15.0"
},
"devDependencies": {
"@types/mysql": "^2.15.0",
"chai": "^4.0.1",
"mocha": "^4.0.1"
}
}