UNPKG

gulp-mysql-command-file-processor

Version:

A module to allow sql from files to be run into a MySql database using gulp

29 lines (28 loc) 656 B
{ "name": "gulp-mysql-command-file-processor", "version": "1.0.5", "description": "A module to allow sql from files to be run into a MySql database using gulp", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/snapperben/gulp-mysql-command-file-processor.git" }, "keywords": [ "sql", "mysql", "script", "schema", "DDL", "gulpplugin" ], "author": "snapperben <info@brhd.co.uk>", "license": "ISC", "dependencies": { "gulp-util": "^3.0.7", "mysql": "^2.9.0", "through2": "^2.0.0" } }