mysqldump-stream
Version:
Implementation of unix utility mysqldump
28 lines (27 loc) • 658 B
JSON
{
"name": "mysqldump-stream",
"version": "1.0.1",
"description": "Implementation of unix utility mysqldump",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mysqldump",
"mysql",
"dump",
"stream",
"streams"
],
"engine": "node >= 0.10.0",
"author": "Maxim Savin <i@soulman.kz>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/soulman-is-good/mysqldump.git"
},
"bugs": {
"url": "https://github.com/soulman-is-good/mysqldump/issues"
},
"homepage": "https://github.com/soulman-is-good/mysqldump#readme"
}